Skip to content

Commit d911e35

Browse files
committed
add gitpod config
1 parent 9f2e28b commit d911e35

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
ports:
2+
- port: 80
3+
visibility: private
4+
description: Shopware
5+
onOpen: open-browser
6+
7+
tasks:
8+
- name: Run Shopware
9+
command: docker run -it -p 80:80 -e "APP_URL=$(gp url 80)/shop/public" -v $(pwd):/var/www/html/custom/plugins/$(basename $PWD) ghcr.io/shopwarelabs/testenv:6.4.14

0 commit comments

Comments
 (0)