Update docker-entrypoint.sh
Added removal of /tmp/postal to remove abandoned PID files
This commit is contained in:
parent
75a54173ec
commit
60a66c5d60
|
@ -14,7 +14,7 @@ cat /opt/postal/config/postal.yml
|
|||
|
||||
## Clean Up
|
||||
rm -rf /opt/postal/tmp/pids/*
|
||||
|
||||
rm -rf /tmp/postal
|
||||
## Wait for MySQL to start up
|
||||
echo "== Waiting for MySQL to start up =="
|
||||
while ! mysqladmin ping -h mysql --silent; do
|
||||
|
|
Loading…
Reference in New Issue
Block a user