From a804ef118521f283b15f5b7d1de5fdb6daa64b22 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Mon, 22 Feb 2021 19:57:41 +0000 Subject: [PATCH] Add index to dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90c8bca..afeedca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ FROM scratch WORKDIR /app/ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ COPY --from=builder /app/tweetsvg /app/tweetsvg -ADD tweet.svg.tmpl . +ADD tweet.svg.tmpl index.html ./ ENTRYPOINT ["/app/tweetsvg"]