mirror of
https://github.com/anticitizn/creamlinux.git
synced 2026-05-02 10:32:09 -04:00
Add docker container config files
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
creamlinux-build:
|
||||
build: .
|
||||
container_name: creamlinux_build
|
||||
volumes:
|
||||
- .:/usr/src/creamlinux/
|
||||
command: bash -c "sh ./build.sh && cd output && zip -r creamlinux.zip *"
|
||||
Reference in New Issue
Block a user