Skip to content

Commit

Permalink
try adding support to run headless: false inside devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Oct 13, 2024
1 parent 91a7f22 commit a3ffed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
}
}
},
"containerEnv": {
"DISPLAY": "host.docker.internal:0.0"
},
"postCreateCommand": "pnpm install --force",
"remoteEnv": {
"NODE_ENV": "devcontainer",
Expand Down

0 comments on commit a3ffed3

Please sign in to comment.