From bb3f341f87ce47621b95436c6883cc94351752ce Mon Sep 17 00:00:00 2001 From: Jean-Christophe Vanhalle Date: Fri, 17 Apr 2026 08:54:25 +0200 Subject: [PATCH] fixes permission issue when configure .vscode --- create.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create.sh b/create.sh index da77271..172a64b 100755 --- a/create.sh +++ b/create.sh @@ -158,13 +158,13 @@ if [ "${PROJECT_TYPE}" = "laravel" ] || [ "${PROJECT_TYPE}" = "livewire" ] || [ EOF docker run \ --rm \ - --user www-data \ + --user root \ --volume "${PREFIX}-app":/destination \ ubuntu \ mkdir --parents /destination/.vscode docker run \ --rm \ - --user www-data \ + --user root \ --volume "${PREFIX}-app":/destination \ ubuntu \ cp /source/launch.json /destination/.vscode