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:
parent
4c406263bb
commit
dbb7ab6031
1 changed files with 1 additions and 1 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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue