mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Fix appkey gen with new symlinks
This commit is contained in:
parent
ee61205ece
commit
d283e53018
@ -1,3 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p \
|
||||
/config/www/framework/{cache,sessions,views} \
|
||||
/config/log/bookstack
|
||||
|
||||
touch /config/log/bookstack/laravel.log
|
||||
|
||||
php /app/www/artisan key:generate --show
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user