wairessをrequirements.txtでバージョン指定

This commit is contained in:
yuuki
2024-04-04 09:27:58 +00:00
parent f313e5c51f
commit 70ee31207c
2 changed files with 1 additions and 1 deletions

View File

@@ -2,5 +2,4 @@ FROM python:3
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
RUN pip install waitress
CMD ["waitress-serve", "app:app"]