Ved Gupta commited on
Commit
25fc4b8
·
1 Parent(s): eaaa451

Dockerfile updated

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8
3
  COPY ./app /app/app
4
 
5
  COPY ./requirements.txt /app
 
6
 
7
  RUN pip install --no-cache-dir -r /app/requirements.txt
8
 
 
3
  COPY ./app /app/app
4
 
5
  COPY ./requirements.txt /app
6
+ COPY .env /app
7
 
8
  RUN pip install --no-cache-dir -r /app/requirements.txt
9