Spaces:
Runtime error
Runtime error
Create runhttp.sh
Browse files- runhttp.sh +4 -0
runhttp.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
set -a
|
2 |
+
. ./.env
|
3 |
+
set +a
|
4 |
+
chainlit run app.py --port 80
|