Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vladi14 committed Nov 23, 2023
1 parent 3bb2bd5 commit e5dab0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ COPY myapp/target/myapp-*.jar /app.jar
RUN ls -l
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "app.jar"]
# CMD ["java", "-jar", "app.jar"]
# CMD ["java", "-jar", "app.jar"]

0 comments on commit e5dab0b

Please sign in to comment.