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