Skip to content

Commit

Permalink
fix: remove copying of .env into frontend nginx folder so its not served
Browse files Browse the repository at this point in the history
  • Loading branch information
soumitradev committed Feb 10, 2024
1 parent 37d639f commit 194200b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@ RUN rm -rf ./*
COPY nginx.prod.conf /etc/nginx/nginx.conf

COPY --from=build-stage /usr/src/app/frontend/dist .
COPY --from=build-stage /usr/src/app/frontend/.env .

CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 194200b

Please sign in to comment.