Update .devcontainer.json
This commit is contained in:
parent
388e00f70e
commit
b2a92dd3f3
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue