Compare commits

..

1 Commits

Author SHA1 Message Date
Jean-Christophe Vanhalle
bb3f341f87 fixes permission issue when configure .vscode 2026-04-17 08:54:25 +02:00

View File

@@ -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