mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
commit 48f6b5450d7d0983f1f697c176cf1e129bb51629 Author: msojocs <jiyecafe@gmail.com> Date: Fri Mar 4 18:12:47 2022 +0800 refactor: build
19 lines
562 B
YAML
19 lines
562 B
YAML
version: "3"
|
|
services:
|
|
wechat_devtools:
|
|
image: jiyecafe/wechat-devtools-build:latest
|
|
# build:
|
|
# context: ./docker
|
|
# dockerfile: Dockerfile
|
|
volumes:
|
|
- .:/workspace
|
|
- ./cache/.npm:/root/.npm
|
|
environment:
|
|
- ACTION_MODE=${ACTION_MODE:-false}
|
|
# - https_proxy=${https_proxy:-}
|
|
- NO_WINE=${NO_WINE:-true}
|
|
- LOCAL_USER_ID=${DOCKER_UID:-1000}
|
|
- LOCAL_GROUP_ID=${DOCKER_GID:-1000}
|
|
- BUILD_VERSION=${BUILD_VERSION:-v0}
|
|
entrypoint: /workspace/docker/docker-entrypoint
|
|
userns_mode: "host" |