Skip to content

Commit

Permalink
release: 0.0.5
Browse files Browse the repository at this point in the history
release: 0.0.5
  • Loading branch information
devxb committed Jan 14, 2024
2 parents 9a62298 + 3a5b535 commit d653dfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ENV kakao_client_id=${KAKAO_CLIENT_ID} \


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} \
--spring.security.oauth2.client.registration.kakao.redirect-uri=${kakao_redirect_uri} \
Expand Down

0 comments on commit d653dfb

Please sign in to comment.