mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
9 lines
198 B
YAML
9 lines
198 B
YAML
version: "3"
|
|
services:
|
|
wechat_devtools:
|
|
image: node:16.13.1
|
|
volumes:
|
|
- .:/workspace
|
|
environment:
|
|
- ACTION=${ACTION_MODE:-false}
|
|
entrypoint: /workspace/docker/entrypoint |