diff --git a/docker/4_run/docker-entrypoint.sh b/docker/4_run/docker-entrypoint.sh index 57cf048..a2e6bc0 100755 --- a/docker/4_run/docker-entrypoint.sh +++ b/docker/4_run/docker-entrypoint.sh @@ -19,9 +19,9 @@ if [ ! -f /installed ]; then fi # Make sure that log rotation works. +mkdir -p ${APACHE_LOG_DIR} service cron start - if [ "$DEV" = "true" ]; then echo "Running in development mode" cd /data/git/blender-cloud