mirror of
https://github.com/anticitizn/creamlinux.git
synced 2025-12-05 21:15:40 -05:00
8 lines
201 B
YAML
8 lines
201 B
YAML
services:
|
|
creamlinux-build:
|
|
build: .
|
|
container_name: creamlinux_build
|
|
volumes:
|
|
- .:/usr/src/creamlinux/
|
|
command: bash -c "sh ./build.sh && cd output && zip -r creamlinux.zip *"
|