Skip to content

Commit

Permalink
chore: backend 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 620f4be commit ebfaebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ ARG JAR_FILE=./build/libs/*.jar

COPY ${JAR_FILE} /ody-backend.jar

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

0 comments on commit ebfaebe

Please sign in to comment.