Skip to content

Commit

Permalink
fix(devcontainer): remove unknown flag on docker-compose (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Oct 29, 2024
1 parent e7732a5 commit 0e0b473
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"build": {
"dockerfile": "Dockerfile"
},
"runArgs": [
"--userns=keep-id"
],
"containerEnv": {
"HOME": "/home/node"
},
Expand All @@ -28,4 +25,4 @@
]
}
}
}
}

0 comments on commit 0e0b473

Please sign in to comment.