This website requires JavaScript.
Explore
Help
Register
Sign In
sundowndev
/
goreleaser-template
mirror of
https://github.com/sundowndev/goreleaser-template.git
Watch
1
Star
0
Fork
You've already forked goreleaser-template
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
goreleaser-template
/
Dockerfile
3 lines
80 B
Docker
Raw
Permalink
Blame
History
FROM
scratch
COPY
myproject /usr/bin/myproject
ENTRYPOINT
[
"/usr/bin/myproject"
]
Reference in New Issue
View Git Blame
Copy Permalink