Skip to content

Commit 7badc66

Browse files
authored
Update .gitpod.yml
1 parent 121a7dd commit 7badc66

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ tasks:
1515
docker run --restart always -d --name=mysql -p 127.0.0.1:3306:3306 -e MYSQL_ROOT_PASSWORD=root mysql:8
1616
docker run --restart always -d --name=adminer --link mysql:mysql -p 5000:8080 -e ADMINER_DESIGN=pepa-linha -e ADMINER_DEFAULT_SERVER=mysql -e ADMINER_PLUGINS="tables-filter table-structure json-column version-noverify" ghcr.io/shyim/shopware-docker/adminer
1717
18+
# Configure Github Token. Needed for Symfony Flex
19+
sudo chown -R gitpod:gitpod /home/gitpod/.config/composer
20+
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=;;')
21+
1822
composer create-project shopware/production:dev-flex . -n
1923
composer req --dev profiler fakerphp/faker mbezhanov/faker-provider-collection maltyxx/images-generator
2024

0 commit comments

Comments
 (0)