1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02:00
This commit is contained in:
OkkioXavier 2024-06-14 10:18:35 +00:00 committed by GitHub
commit 95f309054d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -29,4 +29,4 @@ RUN pip install -r requirements.txt
# define the port number the container should expose
EXPOSE 5000
CMD ["python", "app.py"]
CMD ["python", "wsgi.py"]

View file

@ -1,2 +1,2 @@
Flask==1.1.1
gunicorn==20.0.4
Flask==2.2.3
gunicorn==20.1.0