Skip to content

Commit 12eff5d

Browse files
author
Hauke Ingwersen
committed
create dir to make the container build without volume
1 parent 9bf5028 commit 12eff5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ set -e
55

66
# make sure Laravel can write its own files
77
mkdir -p /opt/app/storage/logs/
8+
mkdir -p /opt/app/bootstrap/cache
9+
810
touch /opt/app/storage/logs/laravel.log
911
touch /opt/app/storage/logs/worker.log
1012
chown www-data:www-data -R /opt/app/storage

0 commit comments

Comments
 (0)