diff --git a/bin/docker-entrypoint-web b/bin/docker-entrypoint-web index 5f48109..8733b36 100755 --- a/bin/docker-entrypoint-web +++ b/bin/docker-entrypoint-web @@ -6,4 +6,7 @@ set -e # into your volume persisted public directory. cp -r /public /app +# This shouldn't be here, but failing to shutdown properly might leave this +rm -f /app/tmp/pids/server.pid + exec "$@"