Files
neuron-web/dist/entrypoint.sh
will.anderson 93f9ea2be2
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 2m19s
feat: extract soul-demo into standalone Cloud Run service
2026-05-10 21:08:46 -05:00

5 lines
113 B
Bash

#!/bin/sh
set -e
echo "[entrypoint] Starting neuron-web on port ${PORT:-8080}..."
exec /usr/local/bin/neuron-web