We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cf6d9 commit a041d6eCopy full SHA for a041d6e
Dockerfile
@@ -13,4 +13,6 @@ WORKDIR /app
13
14
COPY --from=build /home/gradle/project/build/libs/dmu-dasom-api.jar api.jar
15
16
+EXPOSE 8080
17
+
18
ENTRYPOINT ["java", "-Dspring.profiles.active=default,credentials", "-jar", "api.jar"]
0 commit comments