sync for dev 033026
This commit is contained in:
6
files/docker/entrypoint.sh
Normal file
6
files/docker/entrypoint.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
# Ensure the shared config file is readable
|
||||
chmod 644 /app/cosmostat_settings.yaml
|
||||
|
||||
# Let Supervisor do the heavy lifting
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user