mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Merge pull request #15605 from opf/fix/dangling-pid-file
Fix dangling pid file in slim container
This commit is contained in:
@@ -17,5 +17,8 @@ if [ "$MIGRATE" = "true" ]; then
|
||||
bundle exec rake db:migrate
|
||||
fi
|
||||
|
||||
# Clean up any dangling PID file
|
||||
rm -f ${APP_PATH}/tmp/pids/*
|
||||
|
||||
# see `config/puma.rb` for configuration
|
||||
exec bundle exec rails server -u puma -b $BIND -p $PORT
|
||||
|
||||
Reference in New Issue
Block a user