create pid dir on startup
This commit is contained in:
parent
b85c2e1f60
commit
99d9cd587e
@ -2,6 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p /parsley/tmp/pids/
|
||||
cd /parsley
|
||||
|
||||
bundle exec rails db:migrate
|
||||
|
Loading…
Reference in New Issue
Block a user