initial commit
This commit is contained in:
10
builder/compose.yml
Normal file
10
builder/compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
services:
|
||||
pkgbuilder:
|
||||
build: .
|
||||
container_name: pkgbuilder
|
||||
network_mode: host
|
||||
tty: true
|
||||
volumes:
|
||||
- ./PKGBUILD:/home/testuser/packages/PKGBUILD:ro
|
||||
restart: no
|
||||
Reference in New Issue
Block a user