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