Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
qtqgyt committed Oct 31, 2023
1 parent d263bf3 commit ed5e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:latest
WORKDIR /server
COPY paper-1.20.2-260.jar .
RUN chmod +x start
COPY start /bin/
RUN chmod +x /bin/start
RUN apt-get update
RUN apt-get -y install openjdk-17-jdk
RUN apt-get clean
Expand Down

0 comments on commit ed5e8b9

Please sign in to comment.