mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
10 lines
184 B
Bash
Executable File
10 lines
184 B
Bash
Executable File
#!/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
|