gitdeem commited on
Commit
e1793f9
·
verified ·
1 Parent(s): a45f02e

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ WORKDIR /app
25
  # Install dotenvx
26
  RUN curl -fsS https://dotenvx.sh/ | sh
27
 
28
- COPY .env /app
29
 
30
  COPY --from=build /app/dist ./dist
31
  COPY --from=build /app/backend ./backend
 
25
  # Install dotenvx
26
  RUN curl -fsS https://dotenvx.sh/ | sh
27
 
28
+ #COPY .env /app
29
 
30
  COPY --from=build /app/dist ./dist
31
  COPY --from=build /app/backend ./backend