mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
8 lines
197 B
YAML
8 lines
197 B
YAML
version: "3"
|
|
services:
|
|
wechat_devtools:
|
|
image: proget.hunterwittenborn.com/docker/makedeb/makedeb:ubuntu-bionic
|
|
volumes:
|
|
- .:/workspace
|
|
entrypoint: /workspace/docker/entrypoint
|