Updated dockerfile
This commit is contained in:
parent
0fed3c1832
commit
e7c293af38
@ -4,5 +4,6 @@ COPY . .
|
|||||||
RUN go build -o /out/kicker
|
RUN go build -o /out/kicker
|
||||||
|
|
||||||
FROM alpine:3.14 AS bin
|
FROM alpine:3.14 AS bin
|
||||||
|
COPY ./assets /assets
|
||||||
COPY --from=build /out/kicker /
|
COPY --from=build /out/kicker /
|
||||||
CMD "/kicker"
|
CMD "/kicker"
|
Loading…
x
Reference in New Issue
Block a user