Skip to content

Commit 09942c3

Browse files
Feat: 도커 파일 포트 수정
1 parent 6adfe79 commit 09942c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ RUN apk add --no-cache tzdata \
2121

2222
COPY --from=build /app/build/libs/*.jar app.jar
2323

24-
EXPOSE 8082 9090
24+
EXPOSE 8082 9092
2525

2626
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)