apg-go/Dockerfile
Winni Neessen 0ec81e16cc
Simplify Dockerfile setup
The Dockerfile has been streamlined to remove unnecessary steps and over-complications. Previously the setup involved building in a separate stage and copying files over, which has now been simplified to just copying the necessary executable to the scratch container and specifying the entry point.
2024-03-14 00:03:04 +01:00

3 lines
No EOL
43 B
Docker

FROM scratch
ENTRYPOINT ["/apg"]
COPY apg /