mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
export APP_KEY=$(cat /config/BOOKSTACK_APP_KEY.txt)
|
|
exec /usr/sbin/php-fpm7 -F
|