Update .devcontainer.json

This commit is contained in:
Tommy Stigen Olsen 2023-12-23 16:09:34 +01:00 committed by GitHub
parent 388e00f70e
commit b2a92dd3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@
"php.executablePath": "/usr/local/bin/php"
},
"mounts": [
"source=/<Route To Project>/larapod,target=/workspace,type=bind,consistency=delegated"
],
"remoteEnv": {
"COMPOSER_ALLOW_SUPERUSER": "1"
@ -40,4 +39,4 @@
"redis_data:/data"
]
}
}
}