Add missing template to docker image.

master
Icedream 2018-06-03 01:26:49 +02:00
parent c270e82340
commit 8d7e2a1ddc
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ RUN \
FROM scratch
COPY --from=builder /soccer-bot /
COPY main.tpl .
ENTRYPOINT ["/soccer-bot"]