rahim-khan-iitg commited on
Commit
7da84cb
·
verified ·
1 Parent(s): 6283555

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY requirements.txt .
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
- COPY .env /app/.env
14
 
15
  # Copy the current directory contents into the container at /app
16
  COPY . .
 
10
  # Install dependencies
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
+ # COPY .env /app/.env
14
 
15
  # Copy the current directory contents into the container at /app
16
  COPY . .