Skip to content

Commit

Permalink
build: �실행 프로파일에 prod 추가 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jan 14, 2024
1 parent ecd6f82 commit e6d4e5a
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 @@ -43,7 +43,7 @@ ENV kakao_client_id=${KAKAO_CLIENT_ID} \
aws_s3_bucket=${AWS_S3_BUCKET}


ENTRYPOINT java -jar teum.jar \
ENTRYPOINT java -jar -Dspring.profiles.active=prod teum.jar \
--spring.datasource.url=${db_url} \
--spring.security.oauth2.client.registration.kakao.client-id=${kakao_client_id} \
--spring.security.oauth2.client.registration.kakao.client-secret=${kakao_client_secret} \
Expand Down

0 comments on commit e6d4e5a

Please sign in to comment.