smraux commited on
Commit
472e730
·
1 Parent(s): b717dd7

Update Dockerfile CMD command

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ EXPOSE 80
17
  ENV NAME World
18
 
19
  # Run app.py when the container launches
20
- CMD ["python", "./python entry_with_update.py","--preset realistic"]
 
17
  ENV NAME World
18
 
19
  # Run app.py when the container launches
20
+ CMD ["python", "./entry_with_update.py","--preset realistic"]