mirror of https://github.com/kcal-app/kcal.git
Remove direct `docker-compose` command
This commit is contained in:
parent
32717f4f2b
commit
761cb34e3b
|
@ -1,11 +1,10 @@
|
|||
tasks:
|
||||
- init: >
|
||||
docker-compose pull &&
|
||||
composer install &&
|
||||
npm i &&
|
||||
cp .env.example .env &&
|
||||
sed -i "s|APP_URL=|APP_URL=${GITPOD_WORKSPACE_URL}|g" .env &&
|
||||
sed -i "s|APP_URL=https://|APP_URL=https://8000-|g" .env &&
|
||||
composer install &&
|
||||
npm i &&
|
||||
php artisan key:generate
|
||||
command: >
|
||||
vendor/bin/sail up
|
||||
|
|
Loading…
Reference in New Issue