Spaces:
Runtime error
Runtime error
Ved Gupta
commited on
Commit
·
25fc4b8
1
Parent(s):
eaaa451
Dockerfile updated
Browse files- 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 |
|