mirror of
https://github.com/cloudflare/gortr.git
synced 2024-05-19 06:50:10 +00:00
11 lines
190 B
YAML
11 lines
190 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
packager:
|
||
|
build: package
|
||
|
entrypoint: make
|
||
|
command:
|
||
|
- build-gortr
|
||
|
- package-deb-gortr
|
||
|
- package-rpm-gortr
|
||
|
volumes:
|
||
|
- ./:/work/
|