testagain / start.sh
ariansyahdedy's picture
Change port
4f087de
raw
history blame contribute delete
114 Bytes
#!/bin/bash
# Print all environment variables
env
# Start Hypercorn
hypercorn app.main:app --bind 0.0.0.0:$PORT