chat / start.sh
ariansyahdedy's picture
Initial commit
6980de8
raw
history blame contribute delete
113 Bytes
#!/bin/bash
# Print all environment variables
env
# Start Hypercorn
hypercorn app.main:app --bind 0.0.0.0:$PORT