Skip to content

Commit b3c0678

Browse files
committed
fix(codespaces): corrected user id
1 parent d5b4be8 commit b3c0678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"dockerfile": "Dockerfile",
55
"args": {
66
"USERNAME": "serenity-js",
7-
"USER_UID": "1000",
8-
"USER_GID": "1000"
7+
"USER_UID": "1001",
8+
"USER_GID": "1001"
99
}
1010
},
1111

0 commit comments

Comments
 (0)