Skip to content

Commit c6dc52f

Browse files
authored
Merge pull request #173 from dreamyPatisiel/cherry-pick/docker-prod
fix(dockerfile): prod 환경 핀포인트 제거
2 parents 4e2578f + 2635995 commit c6dc52f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY build/libs/*.jar app.jar
66
ENV TZ Asia/Seoul
77

88
# 시스템 진입점 정의
9-
CMD java -jar -Dspring.profiles.active=prod -javaagent:/pinpoint-agent/pinpoint-bootstrap-3.0.0.jar -Dpinpoint.agentId=devdevdev -Dpinpoint.applicationName=devdevdev-server /app.jar
9+
CMD java -jar -Dspring.profiles.active=prod /app.jar

0 commit comments

Comments
 (0)