mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
8 lines
138 B
YAML
8 lines
138 B
YAML
|
services:
|
||
|
convert:
|
||
|
container_name: oau-convert
|
||
|
build: .
|
||
|
volumes:
|
||
|
- ".:/app"
|
||
|
entrypoint: "./scripts/convert_zh.py"
|