mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-03-22 00:13:09 +00:00
devops: add devcontainer.json (#1473)
This commit is contained in:
21
.devcontainer/devcontainer.json
Normal file
21
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
|
||||||
|
"name": "Playwright",
|
||||||
|
"image": "mcr.microsoft.com/playwright:v1.58.2-noble",
|
||||||
|
"privileged": true,
|
||||||
|
"init": true,
|
||||||
|
"remoteUser": "pwuser",
|
||||||
|
"features": {
|
||||||
|
"ghcr.io/devcontainers/features/desktop-lite:1": {},
|
||||||
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||||
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
|
||||||
|
},
|
||||||
|
"forwardPorts": [
|
||||||
|
6080
|
||||||
|
],
|
||||||
|
"portsAttributes": {
|
||||||
|
"6080": {
|
||||||
|
"label": "noVNC"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user