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