another try because of permissions
This commit is contained in:
parent
8e1bd168bc
commit
532a029e61
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
admin off
|
||||||
auto_https off
|
auto_https off
|
||||||
log {
|
log {
|
||||||
output stderr
|
output stderr
|
||||||
|
|
|
@ -7,7 +7,7 @@ echo "Applying database migrations"
|
||||||
python -m hub migrate
|
python -m hub migrate
|
||||||
|
|
||||||
echo "Starting Caddy"
|
echo "Starting Caddy"
|
||||||
caddy start --config /etc/caddy/Caddyfile --pidfile /app/run/caddy/caddy.pid
|
caddy run --config /etc/caddy/Caddyfile &
|
||||||
|
|
||||||
echo "Starting Gunicorn"
|
echo "Starting Gunicorn"
|
||||||
exec \
|
exec \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue