bhoomika19 commited on
Commit
de01e0b
·
verified ·
1 Parent(s): be1fe53

commented out COPY .env .env

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -80,7 +80,7 @@ COPY backend/ ./backend/
80
  COPY database/ ./database/
81
 
82
  # Copy .env file (see note below)
83
- COPY .env .env
84
 
85
  # Expose the FastAPI port
86
  EXPOSE 8000
 
80
  COPY database/ ./database/
81
 
82
  # Copy .env file (see note below)
83
+ # COPY .env .env
84
 
85
  # Expose the FastAPI port
86
  EXPOSE 8000