Update Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM python:3.10
|
|||||||
|
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
COPY ./requirements.txt /code/requirements.txt
|
COPY ./requirements.txt /code/requirements.txt
|
||||||
RUN apt-get install -y wget vi
|
RUN apt-get install -y vim
|
||||||
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||||
COPY ./app /code/app
|
COPY ./app /code/app
|
||||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
|
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
|
||||||
Reference in New Issue
Block a user