Add containerized xstow static build
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
xstow-builder:
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ./build:/build
|
||||
command: >
|
||||
bash -c "cp /src/src/xstow-static /build/xstow"
|
Reference in New Issue
Block a user