Add composer
This commit is contained in:
parent
370b806968
commit
ba1c244515
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -1,5 +1,6 @@
|
|||
rm -r -f storage/logs/l*
|
||||
chmod uog+rwx storage/logs
|
||||
composer install --no-dev
|
||||
docker build -t docker.keks.cloud/keksaccount/web:latest -f Dockerfile-app .
|
||||
docker build -t docker.keks.cloud/keksaccount/app:latest -f Dockerfile-app .
|
||||
|
||||
|
|
Reference in a new issue