We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92314e3 commit e8f8b1cCopy full SHA for e8f8b1c
Dockerfile.release
@@ -1,4 +1,4 @@
1
# NOTE: using `scratch` as BASE image would lack of CA certicates
2
FROM golang:1.23-alpine
3
-COPY supernova /
4
-ENTRYPOINT [ "/supernova" ]
+COPY supernova /usr/bin/supernova
+ENTRYPOINT [ "/usr/bin/supernova" ]
0 commit comments