mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
7 lines
132 B
YAML
7 lines
132 B
YAML
version: "3"
|
|
services:
|
|
web:
|
|
image: node:16.13.1
|
|
volumes:
|
|
- .:/workspace
|
|
entrypoint: /workspace/docker/entrypoint |