Skip to content

Commit b6ebd46

Browse files
committed
create storage structure
1 parent 1703f74 commit b6ebd46

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docker/production/php/init.sh

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
chown -R www-data:www-data /app/storage
1+
chown -R www-data:www-data /app/storage
2+
mkdir -p /app/storage
3+
mkdir -p /app/storage/public
4+
5+
mkdir -p /app/storage/framework
6+
mkdir -p /app/storage/framework/sessions
7+
mkdir -p /app/storage/framework/views
8+
mkdir -p /app/storage/framework/cache
9+
mkdir -p /app/storage/framework/testing
10+
11+
mkdir -p /app/storage/logs

0 commit comments

Comments
 (0)