Skip to content
Snippets Groups Projects
Commit c8a06634 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update Dockerfile

parent 65a53d6e
No related branches found
No related tags found
1 merge request!1Master
......@@ -7,9 +7,9 @@ ENV MC_VERSION="latest" \
MC_RAM="2G" \
JAVA_OPTS=""
COPY papermc.sh .
COPY backup.sh .
COPY restore.sh .
COPY ./papermc.sh .
COPY ./backup.sh .
COPY ./restore.sh .
RUN chmod +x /papermc.sh \
&& chmod +x /backup.sh \
&& chmod +x /restore.sh
......@@ -32,4 +32,4 @@ VOLUME /papermc
EXPOSE 25565/tcp
EXPOSE 25565/udp
ENTRYPOINT ["sh", "papermc.sh" ]
\ No newline at end of file
ENTRYPOINT ["sh", "papermc.sh"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment