new deploy scheme

This commit is contained in:
ducoterra
2020-05-10 12:43:13 -04:00
parent abc90be8e4
commit a664b5230e
12 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
FROM openjdk:8-slim
RUN apt update && apt install -y rsync
RUN apt update && apt install -y rsync htop
WORKDIR /mc_server
COPY ./server .