Fix: apache (not) starts after container restart

This commit is contained in:
Vojtech Pithart 2019-06-18 12:26:15 +02:00
parent 9b2b67b076
commit db5f6799f0

3
run.sh
View File

@ -48,6 +48,9 @@ if [ "$1" = "import" ]; then
fi
if [ "$1" = "run" ]; then
# Clean /tmp
rm -rf /tmp/*
# Initialize PostgreSQL and Apache
CreatePostgressqlConfig
service postgresql start