Skip to content

Commit

Permalink
Merge pull request #49 from CDOT-CV/docker/make-all-scripts-executabl…
Browse files Browse the repository at this point in the history
…e-in-dev-container

Modified dev container to make all scripts executable upon creation
  • Loading branch information
dmccoystephenson authored Sep 23, 2024
2 parents 5a16ed6 + 8fee29e commit 72b8a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",
"postCreateCommand": "sudo find /workspaces/ -type f -iname \"*.sh\" -exec chmod +x {} \\;" // Make all shell scripts executable

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
// "remoteUser": "vscode"
}

0 comments on commit 72b8a08

Please sign in to comment.