Skip to content

Commit

Permalink
fix(env): remove env file in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Sep 27, 2023
1 parent 348ed98 commit 34ab0ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion targets/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ COPY --from=dist /app/shared/types/build /app/shared/types/build
COPY --from=dist /app/shared/types/package.json /app/shared/types/package.json
COPY --from=dist /app/targets/frontend/package.json /app/targets/frontend/package.json
COPY --from=dist /app/targets/frontend/next.config.js /app/targets/frontend/next.config.js
COPY --from=dist /app/targets/frontend/.env /app/targets/frontend/.env
COPY --from=dist /app/targets/frontend/public /app/targets/frontend/public
COPY --from=dist /app/targets/frontend/.next /app/targets/frontend/.next
COPY --from=dist /app/targets/frontend/node_modules /app/targets/frontend/node_modules
Expand Down

0 comments on commit 34ab0ab

Please sign in to comment.