From 5a97bcb123d3aa7bd6f10eb562ee14b8cd136304 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 31 Jan 2019 21:00:41 +0100 Subject: [PATCH] Update docker decrypt location. --- .deploy/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deploy/docker/entrypoint.sh b/.deploy/docker/entrypoint.sh index bc2ab40661..51919e97bc 100755 --- a/.deploy/docker/entrypoint.sh +++ b/.deploy/docker/entrypoint.sh @@ -44,8 +44,8 @@ php artisan package:discover echo "Run various artisan commands..." php artisan migrate --seed -php artisan firefly:upgrade-database php artisan firefly:decrypt-all +php artisan firefly:upgrade-database php artisan firefly:verify php artisan passport:install php artisan cache:clear