paste69/docker/entrypoint.sh

9 lines
188 B
Bash
Raw Normal View History

2024-01-03 03:09:05 +00:00
#!/usr/bin/env bash
bin/cli db:create > /dev/null 2>&1
bin/cli db:migrate > /dev/null 2>&1
# We don't know how long the server has been down, so run a prune job
bin/cli prune
2024-01-03 03:09:05 +00:00
bin/server