We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16124f9 commit 039f32cCopy full SHA for 039f32c
.dockerignore
@@ -23,6 +23,7 @@
23
**/charts
24
**/docker-compose*
25
**/compose.y*ml
26
+**/compose.*.y*ml
27
!**/composer.json
28
!**/composer.lock
29
**/Dockerfile*
docker/production/php-fpm/entrypoint.sh
@@ -12,6 +12,9 @@ if [ ! "$(ls -A /var/www/storage)" ]; then
12
chown -R www-data:www-data /var/www/storage
13
fi
14
15
+# Remove storage-init directory
16
+rm -rf /var/www/storage-init
17
+
18
# Run Laravel migrations
19
# -----------------------------------------------------------
20
# Ensure the database schema is up to date.
0 commit comments