wairessをrequirements.txtでバージョン指定
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user