Skip to content

Commit

Permalink
hotfix: fix dockerfile typo
Browse files Browse the repository at this point in the history
* ARG -> ENV
  • Loading branch information
MinhoJJang committed Aug 16, 2024
1 parent c3a1a52 commit 67d7c8a
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 @@ -33,7 +33,7 @@ ARG NEXT_PUBLIC_KAKAO_API_KEY
ENV NEXT_PUBLIC_SERVER_URL=${NEXT_PUBLIC_SERVER_URL}
ENV NEXTAUTH_SECRET=${NEXTAUTH_SECRET}
ENV NEXTAUTH_URL=${NEXTAUTH_URL}
ARG NEXT_PUBLIC_KAKAO_API_KEY=${NEXT_PUBLIC_KAKAO_API_KEY}
ENV NEXT_PUBLIC_KAKAO_API_KEY=${NEXT_PUBLIC_KAKAO_API_KEY}

# Set node environment to production
ENV NODE_ENV=production
Expand Down

0 comments on commit 67d7c8a

Please sign in to comment.