Add index to dockerfile
This commit is contained in:
parent
0af5801d4b
commit
a804ef1185
@ -11,6 +11,6 @@ FROM scratch
|
|||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||||
COPY --from=builder /app/tweetsvg /app/tweetsvg
|
COPY --from=builder /app/tweetsvg /app/tweetsvg
|
||||||
ADD tweet.svg.tmpl .
|
ADD tweet.svg.tmpl index.html ./
|
||||||
|
|
||||||
ENTRYPOINT ["/app/tweetsvg"]
|
ENTRYPOINT ["/app/tweetsvg"]
|
||||||
|
Loading…
Reference in New Issue
Block a user