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 COPY . /app
WORKDIR /app WORKDIR /app
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN pip install waitress
CMD ["waitress-serve", "app:app"] CMD ["waitress-serve", "app:app"]

View File

@ -14,3 +14,4 @@ Werkzeug==3.0.1
jinja2==3.1.3 jinja2==3.1.3
nkf==1.0.3 nkf==1.0.3
tjaf==1.0.6 tjaf==1.0.6
waitress==3.0.0