This website requires JavaScript.
Explore
Help
Register
Sign in
wneessen
/
apg-go
Watch
1
Star
1
Fork
You've already forked apg-go
0
mirror of
https://github.com/wneessen/apg-go.git
synced
2024-11-09 15:52:54 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0ec81e16cc
apg-go
/
Dockerfile
3 lines
43 B
Text
Raw
Normal View
History
Unescape
Escape
Updated .goreleaser and added Dockerfile and LICENSE
2024-03-13 22:36:46 +01:00
FROM scratch
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
ENTRYPOINT ["/apg"]
COPY apg /
Reference in a new issue
Copy permalink