remove port mapping

This commit is contained in:
Stephan Auerhahn
2023-05-20 12:00:02 +00:00
parent 8198509cfc
commit e7741af34a
2 changed files with 4 additions and 7 deletions

View File

@@ -3,10 +3,8 @@
{
"name": "StableStudio dev",
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"forwardPorts": [3000],
// avoid git "dubious ownership" errors, which break yarn
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
"postAttachCommand": "yarn",
"postStartCommand": "git config --global --add safe.directory ${containerWorkspaceFolder} && yarn install",
"customizations": {
"vscode": {
"settings": {},