diff --git a/ubuntu/src/docker-entrypoint.sh b/ubuntu/src/docker-entrypoint.sh index cbeeb60..e866ed0 100755 --- a/ubuntu/src/docker-entrypoint.sh +++ b/ubuntu/src/docker-entrypoint.sh @@ -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