Skip to content

Commit

Permalink
[FEAT] 도커 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
thisishwan2 committed Nov 27, 2023
1 parent 3f9b58a commit ad80a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cp ./Dockerfile ./deploy/
cp ./scripts/*.sh ./deploy/
cp ./build/libs/*.jar ./deploy/
zip -r -qq -j ./$PROJECT_NAME/$GITHUB_SHA.zip ./deploy
zip -r -qq -j ./$GITHUB_SHA.zip ./deploy
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-alpine
WORKDIR /closeUp
COPY closeUp-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]
ENTRYPOINT ["java","-jar","/closeUp-0.0.1-SNAPSHOT.jar"]

0 comments on commit ad80a35

Please sign in to comment.