Skip to content

Commit 6583904

Browse files
committed
build(vscode): use a non-root user
1 parent c5e1e18 commit 6583904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .devcontainer/devcontainer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"image": "mcr.microsoft.com/vscode/devcontainers/jekyll",
33
"postCreateCommand": "bundle",
4+
"remoteUser": "vscode",
45
"forwardPorts": [4000],
56
"extensions": [
67
"sissel.shopify-liquid"

0 commit comments

Comments
 (0)