Move docker files, include kubernetes files.

This commit is contained in:
James Cole
2018-03-11 18:27:30 +01:00
parent b12872e5de
commit aba8025645
7 changed files with 134 additions and 3 deletions

12
.deploy/docker/entrypoint.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/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
php artisan optimize
php artisan package:discover
php artisan firefly:instructions install
exec apache2-foreground