Skip to content

Commit

Permalink
chore :: env수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuna committed Aug 13, 2024
1 parent 0b6c55e commit f5abeb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ COPY . .
RUN yarn build

ARG BASE_URL
ARG FILE_URL
ENV NEXT_PUBLIC_API_KEY $BASE_URL
ENV NEXT_PUBLIC_FILE_APP $NEXT_PUBLIC_FILE_APP
ENV NEXT_PUBLIC_FILE_APP $FILE_URL

EXPOSE 3000

Expand Down

0 comments on commit f5abeb3

Please sign in to comment.