Tarun Singh commited on
Commit
e170f9a
·
1 Parent(s): 567d400
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -20,7 +20,6 @@ RUN pip install --no-cache-dir -r requirements.txt
20
 
21
  # Copy only the specific files and folders you need
22
  COPY --chown=user app.py /app/app.py
23
- COPY --chown=user .env /app/.env
24
  COPY --chown=user model /app/model
25
  COPY --chown=user templates /app/templates
26
 
 
20
 
21
  # Copy only the specific files and folders you need
22
  COPY --chown=user app.py /app/app.py
 
23
  COPY --chown=user model /app/model
24
  COPY --chown=user templates /app/templates
25