Skip to content

Commit 9a032ce

Browse files
Fix documentation and docker-compose version
- Update DOCKER.md to correctly reference Debian-based slim image - Update README.md to correctly reference base image - Remove deprecated version field from docker-compose.yml Co-authored-by: executeautomation <10337030+executeautomation@users.noreply.github.com>
1 parent 756e449 commit 9a032ce

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

DOCKER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ services:
225225
## Image Size Optimization
226226

227227
The current Dockerfile is optimized for size:
228-
- Uses Alpine Linux base image (~50MB)
229-
- Multi-stage build support (when building from source)
228+
- Uses Debian-based slim Node.js image (~200MB)
229+
- Copies pre-built artifacts from host
230230
- Production dependencies only
231231
- Skips browser downloads by default
232232

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To use the Dockerized server with Claude Desktop or other MCP clients, you can c
155155
}
156156
```
157157

158-
**Note**: The Docker image uses Alpine Linux and includes only the core dependencies. Playwright browsers are not pre-installed in the container to keep the image size small. The browsers will be downloaded on first use if needed.
158+
**Note**: The Docker image uses a Debian-based slim Node.js image and includes only the core dependencies. Playwright browsers are not pre-installed in the container to keep the image size small. The browsers will be downloaded on first use if needed.
159159

160160
## Testing
161161

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
playwright-mcp:
53
build:

0 commit comments

Comments
 (0)