From cd3de1b716bf07508e475391f26be31f391b95ef Mon Sep 17 00:00:00 2001 From: Shyim Date: Thu, 7 Nov 2024 22:54:52 +0100 Subject: [PATCH 1/3] Update .devcontainer.json --- .devcontainer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer.json b/.devcontainer.json index 2637d1f..f83c4f0 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -1,6 +1,5 @@ { - "image": "quay.io/friendsofshopware/devcontainer:6.6.3-8.3", - "workspaceMount": "source=${localWorkspaceFolder}/,target=/var/www/html/custom/plugins/FroshTools,type=bind", + "image": "ghcr.io/shopwarelabs/devcontainer/symfony-flex:6.6.8-8.3", "workspaceFolder": "/var/www/html", "overrideCommand": false, "updateRemoteUserUID": true, @@ -14,5 +13,5 @@ "onAutoForward": "notify" } }, - "onCreateCommand": "php bin/console plugin:refresh && php bin/console plugin:install --activate FroshTools" + "onCreateCommand": "wait-for-mysql && php bin/console plugin:refresh && php bin/console plugin:install --activate FroshTools" } From d9a2150006b1bfa61d6248e2115c0462136a2efc Mon Sep 17 00:00:00 2001 From: Shyim Date: Fri, 8 Nov 2024 09:19:15 +0100 Subject: [PATCH 2/3] Update .devcontainer.json --- .devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index f83c4f0..aa3160d 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -13,5 +13,5 @@ "onAutoForward": "notify" } }, - "onCreateCommand": "wait-for-mysql && php bin/console plugin:refresh && php bin/console plugin:install --activate FroshTools" + "onCreateCommand": "install-activate-plugin" } From c6b77bff557b778c4a75225057cc5eb66fb84681 Mon Sep 17 00:00:00 2001 From: Shyim Date: Mon, 11 Nov 2024 14:59:11 +0100 Subject: [PATCH 3/3] Update .devcontainer.json --- .devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer.json b/.devcontainer.json index aa3160d..f6dac39 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -3,6 +3,7 @@ "workspaceFolder": "/var/www/html", "overrideCommand": false, "updateRemoteUserUID": true, + "forwardPorts": [8000], "portsAttributes": { "8000": { "label": "Shopware",