Spaces:
Running
Running
# Start Weaviate in the background | |
/bin/weaviate --host 0.0.0.0 --port $HTTP_PORT --scheme http & | |
# Give Weaviate a moment to start | |
sleep 5 | |
# Start Nginx in the foreground | |
nginx -g 'daemon off;' |