Docker startup: create ${APACHE_LOG_DIR} if it doesn't exist yet
This commit is contained in:
@@ -19,9 +19,9 @@ if [ ! -f /installed ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure that log rotation works.
|
# Make sure that log rotation works.
|
||||||
|
mkdir -p ${APACHE_LOG_DIR}
|
||||||
service cron start
|
service cron start
|
||||||
|
|
||||||
|
|
||||||
if [ "$DEV" = "true" ]; then
|
if [ "$DEV" = "true" ]; then
|
||||||
echo "Running in development mode"
|
echo "Running in development mode"
|
||||||
cd /data/git/blender-cloud
|
cd /data/git/blender-cloud
|
||||||
|
Reference in New Issue
Block a user