CompifAI / entrypoint.sh
daniel-was-taken's picture
Add entrypoint script and update Dockerfile for container launch
732bb40
raw
history blame contribute delete
181 Bytes
#!/bin/sh
# This script runs the Chainlit app, binding to Render's dynamic PORT (falls back to 8000 locally)
exec chainlit run app.py --host 0.0.0.0 --port ${PORT:-8000} --headless