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:
|
tasks:
|
||||||
- init: >
|
- init: >
|
||||||
docker-compose pull &&
|
composer install &&
|
||||||
|
npm i &&
|
||||||
cp .env.example .env &&
|
cp .env.example .env &&
|
||||||
sed -i "s|APP_URL=|APP_URL=${GITPOD_WORKSPACE_URL}|g" .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 &&
|
sed -i "s|APP_URL=https://|APP_URL=https://8000-|g" .env &&
|
||||||
composer install &&
|
|
||||||
npm i &&
|
|
||||||
php artisan key:generate
|
php artisan key:generate
|
||||||
command: >
|
command: >
|
||||||
vendor/bin/sail up
|
vendor/bin/sail up
|
||||||
|
|
Loading…
Reference in New Issue