mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 05:40:51 +01:00
3 lines
44 B
Docker
3 lines
44 B
Docker
FROM scratch
|
|
ENTRYPOINT ["/apg"]
|
|
COPY apg /
|