anji19 commited on
Commit
8c3ccb9
·
verified ·
1 Parent(s): f63026d

Update dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +2 -0
dockerfile CHANGED
@@ -6,6 +6,8 @@ COPY . /app
6
 
7
  RUN pip install --no-cache-dir --upgrade pip && \
8
  pip install -r requirements.txt
 
 
9
 
10
  COPY .env /app/.env
11
 
 
6
 
7
  RUN pip install --no-cache-dir --upgrade pip && \
8
  pip install -r requirements.txt
9
+ pip install python-dotenv
10
+
11
 
12
  COPY .env /app/.env
13