From 51a9f007b020352bc7cd9660ce5afd853fa82e04 Mon Sep 17 00:00:00 2001 From: Shyim Date: Sun, 24 Sep 2023 20:31:25 +0200 Subject: [PATCH] Update .gitpod.yml --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 15c46e7..fbaef09 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -17,8 +17,8 @@ tasks: composer config --global github-oauth.github.com $(printf '%s\n' host=github.com | gp credential-helper get | sort | head -2 | tail -1 | sed 's;password=;;') - composer create-project shopware/production:dev-flex . -n - composer req --dev profiler fakerphp/faker mbezhanov/faker-provider-collection maltyxx/images-generator + composer create-project shopware/production: . -n + composer req --dev shopware/dev-tools # Configure Shopware sed -i -e 's;DATABASE_URL=.*$;DATABASE_URL=mysql://root:root@127.0.0.1:3306/shopware;' .env