Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 3f29a7f

Browse files
committed
Use string for postCreateCommand
1 parent 0633a2b commit 3f29a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/docker-existing-dockerfile/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// "appPort": [],
1616

1717
// Uncomment the next line to run commands after the container is created.
18-
// "postCreateCommand": ["uname -a"],
18+
// "postCreateCommand": "uname -a",
1919

2020
// The optional 'runArgs' property can be used to specify additional runtime arguments.
2121
"runArgs": [

0 commit comments

Comments
 (0)