Subh775 commited on
Commit
8eaed64
·
1 Parent(s): b87a24a

Dockerfile updated to use secrets instead of .env

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ RUN pip install --no-cache-dir -r requirements.txt
13
 
14
  COPY backend/ ./backend/
15
  COPY frontend/ ./frontend/
16
- COPY .env .env
17
 
18
  EXPOSE 7860
19
 
 
13
 
14
  COPY backend/ ./backend/
15
  COPY frontend/ ./frontend/
 
16
 
17
  EXPOSE 7860
18