i messed up dockerfile
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
|
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
|
||||||
|
|
||||||
ENV PORT=5000
|
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user