Skip to content

Commit

Permalink
fix: docker args
Browse files Browse the repository at this point in the history
  • Loading branch information
TAK848 committed Feb 28, 2024
1 parent 0c3eb3c commit daa0c7f
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 @@ -12,7 +12,8 @@ COPY .husky ./.husky
ENV NODE_ENV=production
RUN pnpm install --frozen-lockfile --production
COPY . .

ARG NEXT_PUBLIC_API_ENDPOINT
ENV NEXT_PUBLIC_API_ENDPOINT=$NEXT_PUBLIC_API_ENDPOINT
RUN ./node_modules/next/dist/bin/next build

# Run phase
Expand Down

0 comments on commit daa0c7f

Please sign in to comment.