mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-08 23:42:53 +01:00
7 lines
146 B
Docker
7 lines
146 B
Docker
# SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
FROM scratch
|
|
ENTRYPOINT ["/apg"]
|
|
COPY apg /
|