Skip to content
Snippets Groups Projects
Commit bfac601b authored by Guillaume WEBER's avatar Guillaume WEBER
Browse files

fix(devcontainer): fix copy bug consequence of renaming source code folder

parent 372d6373
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
......@@ -98,7 +98,7 @@ export class MissionDevContainer {
shutdownAction: 'stopContainer',
workspaceMount: `source=${this.dirs.mounted},target=${remoteMissionDir},type=bind`,
workspaceFolder: `${remoteMissionDir}`,
onCreateCommand: `cp -R ${remoteGiteaWorkDir}/. ${remoteMissionDir}`,
onCreateCommand: `cp -R ${remoteGiteaWorkDir}/* ${remoteMissionDir}`,
runArgs: ['--privileged'],
...options,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment