Skip to content

Commit

Permalink
Merge pull request #26 from Quetzal-framework/develop
Browse files Browse the repository at this point in the history
fix: devcontainers permissions on Windows
Becheler authored Dec 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 4c3751e + 4ffc169 commit 8fe6a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@
"dockerfile": "Dockerfile-ubuntu"
},
"onCreateCommand": "chmod +x .devcontainer/onCreateCommand.sh && ./.devcontainer/onCreateCommand.sh",
"remoteUser": "root",
// Features to add to the dev container, see https://containers.dev/feature
"features": {},

0 comments on commit 8fe6a74

Please sign in to comment.