diff --git a/app/docker/docker-entrypoint_prod.sh b/app/docker/docker-entrypoint_prod.sh index b6fd0bb..c1b7d9c 100644 --- a/app/docker/docker-entrypoint_prod.sh +++ b/app/docker/docker-entrypoint_prod.sh @@ -103,6 +103,7 @@ php artisan config:cache php artisan event:cache php artisan route:cache php artisan view:cache +php artisan storage:link if [ "$role" = "app" ]; then php artisan migrate --force fi