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

Update Dockerfile CMD arguments

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", "./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"]