mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
5 lines
59 B
Docker
5 lines
59 B
Docker
|
FROM alpine
|
||
|
ADD mybin_*.apk /
|
||
|
ADD mybin /
|
||
|
ADD anotherbin /
|