This repository has been archived on 2026-08-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
neuron-web/dist/entrypoint.sh
T
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