Skip to content

Commit

Permalink
New : 이미지압축 URL 빌드 타임 변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry committed Dec 9, 2023
1 parent 76f00b2 commit 5c07769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ COPY . .
ARG NEXT_PUBLIC_BASE_URL
ARG PORT=3000
ARG NEXT_PUBLIC_CLIENT_BASE_URL
ARG NEXT_PUBLIC_IMAGE_COMPRESS_URL

ENV NEXT_PUBLIC_BASE_URL ${NEXT_PUBLIC_BASE_URL}
ENV NEXT_PUBLIC_CLIENT_BASE_URL ${NEXT_PUBLIC_CLIENT_BASE_URL}
ENV NEXT_PUBLIC_IMAGE_COMPRESS_URL ${NEXT_PUBLIC_IMAGE_COMPRESS_URL}

RUN yarn build

Expand Down

0 comments on commit 5c07769

Please sign in to comment.