mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
13 lines
351 B
YAML
13 lines
351 B
YAML
version: "3"
|
|
services:
|
|
wechat_devtools:
|
|
image: jiyecafe/wechat-devtools-build:v1
|
|
# build:
|
|
# context: ./docker
|
|
# dockerfile: Dockerfile
|
|
environment:
|
|
- NO_WINE=${NO_WINE:-true}
|
|
- BUILD_VERSION=${BUILD_VERSION:-v0}
|
|
volumes:
|
|
- ./../../:/workspace
|
|
entrypoint: /workspace/res/deb/docker/docker-entrypoint |