Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aquestry committed Dec 30, 2024
1 parent 28aaaa3 commit 8a82ffd
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -3,4 +3,4 @@ ENV JAVA_HOME=/usr/local/openjdk-21
ENV PATH="$JAVA_HOME/bin:$PATH"
WORKDIR /app
COPY target/server.jar /app/server.jar
CMD ["java", "-jar", "server.jar"]
CMD ["java", "-jar", "server.jar"]
Binary file modified target/server.jar
Binary file not shown.

0 comments on commit 8a82ffd

Please sign in to comment.