Skip to content

Commit

Permalink
修正一处失误
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Ao-Dragon committed Nov 28, 2023
1 parent 2c3325d commit 6046763
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
Expand Up @@ -39,7 +39,7 @@ EXPOSE 25565
RUN chmod a+x /app/init.sh
RUN /app/init.sh
RUN ln /jbin/* /app
ENTRYPOINT [ "/usr/bin/java -jar" ]
ENTRYPOINT [ "/usr/bin/java" ]

CMD [ "-jar", "server.jar", "@memorysize.txt", "@userjvmargs.txt", "-nogui"]
# build stage for minecraft 1.16.5
Expand Down

0 comments on commit 6046763

Please sign in to comment.