Skip to content

Commit

Permalink
build: use containerUser in devcontainer
Browse files Browse the repository at this point in the history
Co-authored-by: Enrico Eberhard <32450951+eeberhard@users.noreply.github.com>
  • Loading branch information
domire8 and eeberhard authored Jun 11, 2024
1 parent de41bc9 commit d0bca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "control libraries",
"remoteUser": "ubuntu",
"containerUser": "ubuntu",
"build": {
"dockerfile": "../Dockerfile",
"context": "..",
Expand Down

0 comments on commit d0bca8e

Please sign in to comment.