mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-01-31 19:16:44 +01:00
Optimize on container launch
This commit is contained in:
parent
83b290b761
commit
738e947622
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
sudo -Esu www-data php artisan optimize
|
||||||
|
|
||||||
MODE=$1
|
MODE=$1
|
||||||
|
|
||||||
case $MODE in
|
case $MODE in
|
||||||
|
|
Loading…
Reference in a new issue