Skip to content

Commit e8f8b1c

Browse files
authored
movin binary in path folder (#73)
1 parent 92314e3 commit e8f8b1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NOTE: using `scratch` as BASE image would lack of CA certicates
22
FROM golang:1.23-alpine
3-
COPY supernova /
4-
ENTRYPOINT [ "/supernova" ]
3+
COPY supernova /usr/bin/supernova
4+
ENTRYPOINT [ "/usr/bin/supernova" ]

0 commit comments

Comments
 (0)