Skip to content

Commit 977a87f

Browse files
committed
Update Dockerfile
1 parent c1850d3 commit 977a87f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ RUN npm ci
99
# 밖에서 던져준 build-args를 잡는 그물망
1010
ARG VITE_API_URL
1111
# 잡은 값을 환경변수로 설정 (Vite가 빌드할 때 사용)
12-
ENV VITE_API_URL=$VITE_API_URL
13-
12+
ENV VITE_API_URL=${VITE_API_URL}
1413
COPY . .
1514
RUN npm run build
1615

0 commit comments

Comments
 (0)