Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-alef committed Jun 5, 2023
1 parent 2685993 commit e582d6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ COPY target/java-api.jar /api
RUN chmod +x /api/java-api.jar
ENV JAVA_OPTS ""
ENTRYPOINT java $JAVA_OPTS -jar java-api.jar
EXPOSE 8080

0 comments on commit e582d6c

Please sign in to comment.