Skip to content

Commit

Permalink
[feat] Dockerfile profile 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 7, 2024
1 parent 4ecc7b4 commit 01feaee
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={profile}", "moddy-server.jar"]
CMD ["java", "-Duser.timezone=Asia/Seoul", "-jar", "moddy-server.jar"]

0 comments on commit 01feaee

Please sign in to comment.