Skip to content

Commit

Permalink
Remove export env command
Browse files Browse the repository at this point in the history
  • Loading branch information
samchuk-vlad committed Sep 14, 2023
1 parent 09a489c commit 99b44f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ COPY . .
RUN yarn

COPY ci.env .env
RUN yarn export-env \
&& NODE_ENV=production yarn build \
&& yarn export-env \
RUN NODE_ENV=production yarn build \
&& yarn patch

FROM gcr.io/distroless/nodejs:16 AS runner
Expand Down

0 comments on commit 99b44f8

Please sign in to comment.