Skip to content

Commit a041d6e

Browse files
authored
fix: 컨테이너 포트 개방 옵션 추가
1 parent 87cf6d9 commit a041d6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ WORKDIR /app
1313

1414
COPY --from=build /home/gradle/project/build/libs/dmu-dasom-api.jar api.jar
1515

16+
EXPOSE 8080
17+
1618
ENTRYPOINT ["java", "-Dspring.profiles.active=default,credentials", "-jar", "api.jar"]

0 commit comments

Comments
 (0)