diff --git a/Dockerfile b/Dockerfile index 266e5c8..90c8bca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +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 . ENTRYPOINT ["/app/tweetsvg"]