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
  • Loading branch information
Becheler authored Dec 21, 2023
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
Expand Up @@ -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": {},

Expand Down

0 comments on commit 8fe6a74

Please sign in to comment.