fix: corrects CMD file argument

Signed-off-by: Dominic Farrington <dominicfarrington@gmail.com>
pull/339/head
Dominic Farrington 1 year ago
parent 4c406263bb
commit dbb7ab6031
  1. 2
      nginx-wsgi-flask/flask/Dockerfile

@ -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"]

Loading…
Cancel
Save