Skip to content

Commit 0abe140

Browse files
committed
Updating devcontainer
1 parent ecf6e32 commit 0abe140

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
]
2626
}
2727
},
28-
"postCreateCommand": "bash /workspaces/ShowScript/sandbox/scripts/setup-environment.sh",
28+
"postCreateCommand": "bash sandbox/scripts/setup-environment.sh",
2929
"runArgs": [
3030
"--name", "showscript_dev_container",
3131
"-p", "25565:25565"
3232
],
33-
"forwardPorts": [25565],
34-
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind",
35-
"workspaceFolder": "/workspaces/ShowScript"
33+
"forwardPorts": [25565]
34+
// "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces,type=bind",
35+
// "workspaceFolder": "/workspaces/ShowScript"
3636
}

0 commit comments

Comments
 (0)