g8-cs106 / render.yaml
gracephamit's picture
Fix: Update dependencies and add startup script
08da75c verified
raw
history blame contribute delete
391 Bytes
services:
- type: web
name: vietnamese-search-api
env: python
buildCommand: |
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
startCommand: |
chmod +x startup.sh
./startup.sh
envVars:
- key: PYTHON_VERSION
value: 3.11.0
- key: PORT
value: 10000
plan: free
healthCheckPath: /health