Skip to content

Commit

Permalink
fix devcontainer post creatd command
Browse files Browse the repository at this point in the history
Signed-off-by: paule96 <[email protected]>
  • Loading branch information
paule96 committed Aug 28, 2024
1 parent 52f1582 commit a13100b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
5000,
5007
],
"postCreateCommand": ".devcontainer/localinit.sh",
"postCreateCommand": "chmod +x .devcontainer/localinit.sh && .devcontainer/localinit.sh",
"remoteUser": "vscode",
"hostRequirements": {
"memory": "8gb"
Expand Down

0 comments on commit a13100b

Please sign in to comment.