Add index to dockerfile

This commit is contained in:
Marcus Noble 2021-02-22 19:57:41 +00:00
parent 0af5801d4b
commit a804ef1185
1 changed files with 1 additions and 1 deletions

View File

@ -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"]