Skip to content

Commit

Permalink
fix: 설정 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kamothi committed Oct 3, 2024
1 parent 73c21a1 commit 2a6577d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ ARG JAR_FILE=../../build/libs/*.jar
COPY ${JAR_FILE} app.jar

# 운영 및 개발에서 사용되는 환경 설정을 분리
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.group=prod", "/app.jar"]
ENTRYPOINT ["java", "-jar", "-Dspring.profiles.group=prodDB", "/app.jar"]
# docker build -f ./infra/docker/Dockerfile -t ji0513ji/game-server:latest .git

0 comments on commit 2a6577d

Please sign in to comment.