Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN mkdir -p $CHAINLIT_HOME $XDG_CACHE_HOME
|
|
19 |
#chainlit run app.py -h 0.0.0.0 -p 7860
|
20 |
#CMD chainlit init
|
21 |
# --initializes a Chainlit project by creating a configuration file located at
|
22 |
-
CMD chainlit run --host 0.0.0.0 --port
|
23 |
# 7860
|
24 |
|
25 |
# -w, --watch: Reload the app when the module changes. When this option is specified, the file watcher will be started and any changes to files will cause the server to reload the app, allowing faster iterations.
|
|
|
19 |
#chainlit run app.py -h 0.0.0.0 -p 7860
|
20 |
#CMD chainlit init
|
21 |
# --initializes a Chainlit project by creating a configuration file located at
|
22 |
+
CMD chainlit run --host 0.0.0.0 --port 7860 app.py
|
23 |
# 7860
|
24 |
|
25 |
# -w, --watch: Reload the app when the module changes. When this option is specified, the file watcher will be started and any changes to files will cause the server to reload the app, allowing faster iterations.
|