mirror of
https://github.com/wneessen/apg-go.git
synced 2024-12-23 03:30:39 +01:00
4 lines
44 B
Text
4 lines
44 B
Text
|
FROM scratch
|
||
|
ENTRYPOINT ["/apg"]
|
||
|
COPY apg /
|