Skip to content
Snippets Groups Projects
Commit c0727ff7 authored by Lansana DIOMANDE's avatar Lansana DIOMANDE Committed by Guillaume WEBER
Browse files

refactor: add readonly mode on bind mount of devcontainer

parent 153b3a0a
No related branches found
No related tags found
2 merge requests!14feat: added mounted, .bashrc, .zshrc, added tests, added keycloak tests,!8feat(extension): login, open in devcontainer, automaticly save code, open briefing, publish extension
......@@ -71,8 +71,8 @@ export default class Mission {
extensions: ['Deadlock.deadlock-coding'],
remoteUser: 'deadlock',
mounts: [
`source=${userSshKeyFolderPath},target=/tmp/.ssh,type=bind,consistency=cached`,
`source=${this.userMissionConfigPath},target=/home/config/,type=bind,consistency=cached`,
`source=${userSshKeyFolderPath},target=/tmp/.ssh,type=bind,consistency=cached,readonly`,
`source=${this.userMissionConfigPath},target=/home/config/,type=bind,consistency=cached,readonly`,
],
userEnvProbe: 'interactiveShell',
settings: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment