Skip to content

Commit c5fa05c

Browse files
Dockerfile 수정
1 parent 299070d commit c5fa05c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN yarn install --frozen-lockfile
1717
FROM node:20-alpine AS builder
1818
WORKDIR /app
1919

20+
ARG NEXT_PUBLIC_API_URL
21+
ENV NEXT_PUBLIC_API_URL=${NEXT_PUBLIC_API_URL}
22+
2023
# Copy dependencies from deps stage
2124
COPY --from=deps /app/node_modules ./node_modules
2225
COPY . .

0 commit comments

Comments
 (0)