Skip to content

Commit 039f32c

Browse files
committed
Small fixes and improvements
1 parent 16124f9 commit 039f32c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
**/charts
2424
**/docker-compose*
2525
**/compose.y*ml
26+
**/compose.*.y*ml
2627
!**/composer.json
2728
!**/composer.lock
2829
**/Dockerfile*

docker/production/php-fpm/entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ if [ ! "$(ls -A /var/www/storage)" ]; then
1212
chown -R www-data:www-data /var/www/storage
1313
fi
1414

15+
# Remove storage-init directory
16+
rm -rf /var/www/storage-init
17+
1518
# Run Laravel migrations
1619
# -----------------------------------------------------------
1720
# Ensure the database schema is up to date.

0 commit comments

Comments
 (0)