Skip to content
Snippets Groups Projects
Commit 919b393b authored by Lansana DIOMANDE's avatar Lansana DIOMANDE
Browse files

refactor: add readonly mode on bind mount of devcontainer

parent bbfa1446
No related branches found
Tags
No related merge requests found
...@@ -71,8 +71,8 @@ export default class Mission { ...@@ -71,8 +71,8 @@ export default class Mission {
extensions: ['Deadlock.deadlock-coding'], extensions: ['Deadlock.deadlock-coding'],
remoteUser: 'deadlock', remoteUser: 'deadlock',
mounts: [ mounts: [
`source=${userSshKeyFolderPath},target=/tmp/.ssh,type=bind,consistency=cached`, `source=${userSshKeyFolderPath},target=/tmp/.ssh,type=bind,consistency=cached,readonly`,
`source=${this.userMissionConfigPath},target=/home/config/,type=bind,consistency=cached`, `source=${this.userMissionConfigPath},target=/home/config/,type=bind,consistency=cached,readonly`,
], ],
userEnvProbe: 'interactiveShell', userEnvProbe: 'interactiveShell',
settings: { settings: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment