Don't build image

This commit is contained in:
Nikhil Badyal
2022-11-16 22:46:24 +05:30
parent 976b107168
commit 501cf0d137
2 changed files with 15 additions and 7 deletions
+14
View File
@@ -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