update dockerfile for gunicorn

main
bluebamus 2025-11-10 13:56:56 +09:00
parent 356e54b60b
commit 66fc71eaed
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ RUN apt-get -y install pgbackrest
RUN pip3 install gunicorn uvicorn[standard] RUN pip3 install gunicorn uvicorn[standard]
# pip3 package # 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 apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN update-ca-certificates RUN update-ca-certificates