mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
12 lines
303 B
YAML
12 lines
303 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:-}
|
|
- NO_WINE=${NO_WINE:-false}
|
|
entrypoint: /workspace/docker/entrypoint |