Skip to content

Commit

Permalink
ci/cd 트러블 슈팅
Browse files Browse the repository at this point in the history
  • Loading branch information
CYY1007 committed Feb 8, 2024
1 parent 07248ba commit da5371c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY --from=0 app.jar app.jar

# 애플리케이션 실행 스크립트 추가
COPY dev_start.sh start.sh
RUN chmod +x dev_start.sh
RUN chmod +x start.sh

EXPOSE 8080

Expand Down

0 comments on commit da5371c

Please sign in to comment.