Skip to content

Commit

Permalink
Merge pull request #74 from Team-Tiki/chore/#69-docker-cd
Browse files Browse the repository at this point in the history
[HOTFIX] Dockerfile 볼륨 설정 제거
  • Loading branch information
paragon0107 authored Jul 15, 2024
2 parents 31ded01 + fa73f89 commit 63b7184
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
@@ -1,4 +1,4 @@
FROM amd64/amazoncorretto:17
WORKDIR /app
COPY ./build/libs/Tiki-server-0.0.1-SNAPSHOT.jar /app/Tiki.jar
CMD ["java -Duser.timezone=Asia/Seoul -jar -Dspring.profiles.active=dev"]
CMD ["java", "-Duser.timezone=Asia/Seoul" ,"-jar", "-Dspring.profiles.active=dev","Tiki.jar"]

0 comments on commit 63b7184

Please sign in to comment.