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