ulysses/docker
Lucas Daniel 6419bf2cdf
fix(docker): invoke setup.py on first container start (#1657)
setup.py initialises auth.json and .env on a fresh install but was never
called by the Docker entrypoint, leaving new deployments without admin
credentials or a working config.

Adds a single gosu-wrapped call to setup.py before the final exec drop.
setup.py is fully idempotent (skips existing files) so subsequent starts
are unaffected. || true ensures a setup failure never blocks the app from
starting.

Fixes #1476
2026-06-03 14:12:20 +09:00
..
entrypoint.sh fix(docker): invoke setup.py on first container start (#1657) 2026-06-03 14:12:20 +09:00
gpu.amd.yml docs: add AMD Docker GPU preflight (#1168) 2026-06-02 22:54:08 +09:00
gpu.nvidia.yml Improve Docker GPU setup diagnostics (#705) 2026-06-02 12:30:40 +09:00