1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 02:38:07 +02:00

fix: corrects CMD file argument

Signed-off-by: Dominic Farrington <dominicfarrington@gmail.com>
This commit is contained in:
Dominic Farrington 2023-03-26 09:45:14 +10:30
parent 4c406263bb
commit dbb7ab6031

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