Skip to content

Commit

Permalink
fix: env var are back
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Nov 28, 2023
1 parent 6046fb3 commit 377021c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ FROM node:20

ENV NODE_ENV=production

ARG API_URI=http://localhost:3001
ENV NEXT_PUBLIC_API_URI $API_URI

ARG API_TIMEOUT=5000
ENV NEXT_PUBLIC_API_TIMEOUT $API_TIMEOUT

WORKDIR /srv/app

RUN npm install -g pnpm
Expand Down

0 comments on commit 377021c

Please sign in to comment.