Skip to content

Commit b2df777

Browse files
authored
devops: add devcontainer.json (#1473)
1 parent 4c6d66d commit b2df777

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
3+
"name": "Playwright",
4+
"image": "mcr.microsoft.com/playwright:v1.58.2-noble",
5+
"privileged": true,
6+
"init": true,
7+
"remoteUser": "pwuser",
8+
"features": {
9+
"ghcr.io/devcontainers/features/desktop-lite:1": {},
10+
"ghcr.io/devcontainers/features/github-cli:1": {},
11+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
12+
},
13+
"forwardPorts": [
14+
6080
15+
],
16+
"portsAttributes": {
17+
"6080": {
18+
"label": "noVNC"
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)