Update docker-entrypoint.sh

Added removal of /tmp/postal to remove abandoned PID files
This commit is contained in:
Joe Payton 2019-07-01 23:19:21 -04:00 committed by GitHub
parent 75a54173ec
commit 60a66c5d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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