We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2e28b commit d911e35Copy full SHA for d911e35
1 file changed
.gitpod.yml
@@ -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