diff --git a/Dockerfile b/Dockerfile index 549d43d..aad05af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,5 @@ RUN \ FROM scratch COPY --from=builder /soccer-bot / +COPY main.tpl . ENTRYPOINT ["/soccer-bot"]