mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-13 19:05:06 +08:00
10 lines
238 B
YAML
10 lines
238 B
YAML
services:
|
|
sdk:
|
|
image: openwrt/sdk:x86-64
|
|
volumes:
|
|
- .:/builder/local-build/natmap
|
|
- ./bin:/builder/bin
|
|
- ./build.sh:/builder/build.sh
|
|
- ./key-build:/builder/key-build
|
|
command: /builder/build.sh
|
|
|