mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Don't build image
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
revanced:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: revanced-builder
|
||||
container_name: revanced-builder
|
||||
platform: linux/amd64
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- .:/app:z
|
||||
Reference in New Issue
Block a user