Skip to content

Commit 98cee60

Browse files
authored
Update .devcontainer.json (#287)
* Update .devcontainer.json * Update .devcontainer.json * Update .devcontainer.json
1 parent 4d3d6a8 commit 98cee60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"image": "quay.io/friendsofshopware/devcontainer:6.6.3-8.3",
3-
"workspaceMount": "source=${localWorkspaceFolder}/,target=/var/www/html/custom/plugins/FroshTools,type=bind",
2+
"image": "ghcr.io/shopwarelabs/devcontainer/symfony-flex:6.6.8-8.3",
43
"workspaceFolder": "/var/www/html",
54
"overrideCommand": false,
65
"updateRemoteUserUID": true,
6+
"forwardPorts": [8000],
77
"portsAttributes": {
88
"8000": {
99
"label": "Shopware",
@@ -14,5 +14,5 @@
1414
"onAutoForward": "notify"
1515
}
1616
},
17-
"onCreateCommand": "php bin/console plugin:refresh && php bin/console plugin:install --activate FroshTools"
17+
"onCreateCommand": "install-activate-plugin"
1818
}

0 commit comments

Comments
 (0)