update dockerfile for gunicorn
This commit is contained in:
parent
356e54b60b
commit
66fc71eaed
@ -67,7 +67,7 @@ RUN apt-get -y install pgbackrest
|
||||
RUN pip3 install gunicorn uvicorn[standard]
|
||||
|
||||
# pip3 package
|
||||
RUN pip3 install fastapi uv
|
||||
RUN pip3 install fastapi uv poetry
|
||||
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
RUN update-ca-certificates
|
||||
|
||||
Loading…
Reference in New Issue
Block a user