Add missing template to docker image.
parent
c270e82340
commit
8d7e2a1ddc
|
@ -14,4 +14,5 @@ RUN \
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /soccer-bot /
|
COPY --from=builder /soccer-bot /
|
||||||
|
COPY main.tpl .
|
||||||
ENTRYPOINT ["/soccer-bot"]
|
ENTRYPOINT ["/soccer-bot"]
|
||||||
|
|
Loading…
Reference in New Issue