Skip to content

Commit 115d060

Browse files
committed
deploy : 80 포트로 수정
1 parent 3dff5e9 commit 115d060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ WORKDIR /opt/app
1717
COPY --from=builder /app/build/libs/*.jar chalkac.jar
1818

1919
ENV PROFILE=local
20-
EXPOSE 8080
20+
EXPOSE 80
2121

22-
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s CMD curl -f http://localhost:8080/actuator/health || exit 1
22+
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s CMD curl -f http://localhost/actuator/health || exit 1
2323

2424
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.active=${PROFILE}", "chalkac.jar"]

0 commit comments

Comments
 (0)