Skip to content

Commit

Permalink
[feat] Dockerfile yml 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 6, 2024
1 parent 93c2b06 commit 4ecc7b4
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 @@ -4,5 +4,5 @@ WORKDIR /app

COPY ./build/libs/moddy-server-0.0.1-SNAPSHOT.jar /app/moddy-server.jar

CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active=test", "moddy-server.jar"]
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "-Dspring.profiles.active={profile}", "moddy-server.jar"]

0 comments on commit 4ecc7b4

Please sign in to comment.