Skip to content

Commit

Permalink
chore: dockerfile 수정
Browse files Browse the repository at this point in the history
Co-authored-by: coli-geonwoo <[email protected]>
  • Loading branch information
eun-byeol and coli-geonwoo committed Jul 20, 2024
1 parent 158cc08 commit f17e40b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ jobs:
- name: Build And BootJar with Gradle Wrapper
run: |
./gradlew build
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> "
pwd
./gradlew bootJar
echo "========================= jar 있나?"
cd ./build/libs/
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM --platform=linux/arm64 openjdk:17-jdk

ARG JAR_FILE=./build/libs/ody-backend-0.0.1-SNAPSHOT.jar

COPY ${JAR_FILE} /ody-backend.jar
COPY ${JAR_FILE} ody-backend.jar

ENTRYPOINT ["java", "-jar", "-Duser.timezone=Asia/Seoul", "/ody-backend.jar"]

0 comments on commit f17e40b

Please sign in to comment.