Skip to content

Commit 7c7cbfd

Browse files
committed
Merge remote-tracking branch 'origin/main'
# Conflicts: # bin/docker-build # demo/docker-compose.yml # docker/php.Dockerfile
2 parents 3dbcd13 + e5ec432 commit 7c7cbfd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/docker-php-entrypoint

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
php artisan config:cache
4+
php artisan route:cache
5+
php artisan view:cache
6+
7+
php-fpm

0 commit comments

Comments
 (0)