Files
cosmoserver/files/docker/entrypoint.sh
2026-03-30 19:59:39 -07:00

6 lines
141 B
Bash

#!/bin/sh
# Ensure the shared config file is readable
chmod 644 /app/cosmostat_settings.yaml
# Let Supervisor do the heavy lifting
exec "$@"