Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,4 +17,4 @@ EXPOSE 7860/tcp
|
|
17 |
# WARNING: FOR PROD DO NOT USE `--detailed_debug` it slows down response times, instead use the following CMD
|
18 |
# CMD ["--port", "7860", "--config", "config.yaml"]
|
19 |
|
20 |
-
CMD ["--port", "7860", "--config", "config.yaml"
|
|
|
17 |
# WARNING: FOR PROD DO NOT USE `--detailed_debug` it slows down response times, instead use the following CMD
|
18 |
# CMD ["--port", "7860", "--config", "config.yaml"]
|
19 |
|
20 |
+
CMD ["--port", "7860", "--config", "config.yaml"]
|