]>
BookStack Code Mirror - bookstack/blob - dev/docker/entrypoint.app.sh
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added testing for our request method overrides
[bookstack]
/
dev
/
docker
/
entrypoint.app.sh
1
#!/bin/bash
2
3
set -e
4
5
env
6
7
if [[ -n "$1" ]]; then
8
exec "$@"
9
else
10
composer install
11
wait-for-it db:3306 -t 45
12
php artisan migrate --database=mysql
13
chown -R www-data:www-data storage
14
exec apache2-foreground
15
fi
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.