Skip to content

Commit

Permalink
Fix: KAKAO_REDIRECT_URI_LOCAL 추가
Browse files Browse the repository at this point in the history
dockerFile에도 추가
  • Loading branch information
nonaninona committed Feb 18, 2024
1 parent 597abe2 commit c009571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ ARG SECRET_KEY
ENV SECRET_KEY=${SECRET_KEY}
ARG KAKAO_REDIRECT_URI
ENV KAKAO_REDIRECT_URI=${KAKAO_REDIRECT_URI}
ARG KAKAO_REDIRECT_URI_LOCAL
ENV KAKAO_REDIRECT_URI_LOCAL=${KAKAO_REDIRECT_URI_LOCAL}
ARG KAKAO_API_KEY
ENV KAKAO_API_KEY=${KAKAO_API_KEY}
ARG AIPROMPT_DADA
Expand Down

0 comments on commit c009571

Please sign in to comment.