mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-24 19:38:36 +09:00
15 lines
242 B
YAML
15 lines
242 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
revanced:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: revanced-builder
|
|
container_name: revanced-builder
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- .:/app:z
|
|
command: /entrypoint
|