New docker related files.

This commit is contained in:
James Cole
2017-12-15 09:16:41 +01:00
parent 11b5a0294e
commit 54ecfac550
3 changed files with 31 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# make sure we own the volumes:
chown -R www-data:www-data $FIREFLY_PATH/storage/export $FIREFLY_PATH/storage/upload
chmod -R 775 $FIREFLY_PATH/storage/export $FIREFLY_PATH/storage/upload
cat .env.docker | envsubst > .env && cat .env
composer dump-autoload