Skip to content

Commit

Permalink
fix:도커파일 환경변수 관련 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonseopkim committed Nov 18, 2024
1 parent 45d6b63 commit 6d36643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitfolio-auth/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ ENV REDIRECT_ONBOARDING_URL=${REDIRECT_ONBOARDING_URL} \

EXPOSE 8080

COPY --from=aida0/gitfolio_builder:test /gitfolio_back/build/.env .env
# COPY --from=aida0/gitfolio_builder:test /gitfolio_back/build/.env .env
COPY --from=aida0/gitfolio_builder:test /gitfolio_back/build/*-auth-*-SNAPSHOT.jar auth.jar

CMD [ "java", "-jar", "auth.jar" ]

0 comments on commit 6d36643

Please sign in to comment.