Skip to content

Commit

Permalink
Update project version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosarapura97 committed Nov 20, 2024
1 parent 6c004d1 commit edd6ed0
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,6 +1,6 @@
FROM openjdk:17-jdk-slim

ARG JAR_FILE=target/gatewayserver-0.0.1.jar
ARG JAR_FILE=target/gatewayserver-0.0.5.jar
COPY ${JAR_FILE} gatewayserver.jar
EXPOSE 8066
ENTRYPOINT ["java", "-jar", "gatewayserver.jar"]

0 comments on commit edd6ed0

Please sign in to comment.