Skip to content

Commit

Permalink
going with default port for a springboot app
Browse files Browse the repository at this point in the history
  • Loading branch information
akannan1087 authored Sep 8, 2024
1 parent d2c199b commit 2469cf1
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
@@ -1,4 +1,3 @@
FROM lolhens/baseimage-openjre
ADD target/springbootApp.jar springbootApp.jar
EXPOSE 80
ENTRYPOINT ["java", "-jar", "springbootApp.jar"]

0 comments on commit 2469cf1

Please sign in to comment.