Skip to content

Commit

Permalink
Merge pull request #41 from Team-Shaka/ci/38
Browse files Browse the repository at this point in the history
ci/cd 트러블 슈팅
  • Loading branch information
CYY1007 authored Feb 8, 2024
2 parents 80671a6 + da5371c commit a6ac66b
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 a6ac66b

Please sign in to comment.