Remove direct `docker-compose` command

This commit is contained in:
Christopher C. Wells 2021-09-06 14:23:44 -07:00
parent 32717f4f2b
commit 761cb34e3b
1 changed files with 2 additions and 3 deletions

View File

@ -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