Fix docker and entry point.

This commit is contained in:
James Cole
2018-08-17 21:12:26 +02:00
parent 379c540bd8
commit a8080f55f0
4 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ mkdir -p $FIREFLY_PATH/storage/upload
# make sure we own the volumes:
chown -R $APPLICATION_GID:$APPLICATION_UID -R $FIREFLY_PATH/storage
chown -R www-data:www-data -R $FIREFLY_PATH/storage
chmod -R 775 $FIREFLY_PATH/storage
# remove any lingering files that may break upgrades: