1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-10 13:24:50 +08:00
one-among-us-data/docker-compose.yml

8 lines
138 B
YAML
Raw Normal View History

2022-12-03 15:37:04 +08:00
services:
convert:
container_name: oau-convert
build: .
volumes:
- ".:/app"
entrypoint: "./scripts/convert_zh.py"