Echo address:port in run script

pull/1085/head
Ben Busby 7 months ago
parent 330ae964f3
commit f7513bab69
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

1
run

@ -29,6 +29,7 @@ else
python3 -um app \
--unix-socket "$UNIX_SOCKET"
else
echo "Running on http://${ADDRESS:-0.0.0.0}:${PORT:-"${EXPOSE_PORT:-5000}"}"
python3 -um app \
--host "${ADDRESS:-0.0.0.0}" \
--port "${PORT:-"${EXPOSE_PORT:-5000}"}"

Loading…
Cancel
Save