Update CMD command in Dockerfile
Browse files- 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
|
|
|
17 |
ENV NAME World
|
18 |
|
19 |
# Run app.py when the container launches
|
20 |
+
CMD ["python", "./python entry_with_update.py","--preset realistic"]
|