mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
4 lines
44 B
Text
4 lines
44 B
Text
|
FROM scratch
|
||
|
ENTRYPOINT ["/apg"]
|
||
|
COPY apg /
|