dependecies + default values

This commit is contained in:
Alex
2023-03-07 18:37:21 +00:00
parent 19e27e8403
commit 5f4f55269e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ WORKDIR /app
COPY . /app
ENV FLASK_APP=app.py
ENV FLASK_DEBUG=true
RUN pip install gunicorn
RUN pip install gunicorn==20.1.0
EXPOSE 5001