mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Merge dbb7ab6031
into 18f59bdb09
This commit is contained in:
commit
95f309054d
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
Flask==1.1.1
|
||||
gunicorn==20.0.4
|
||||
Flask==2.2.3
|
||||
gunicorn==20.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue