diff --git a/Dockerfile b/Dockerfile index 7973c99..fa4c67c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ COPY stuff/Inconsolata-Bold.otf /usr/share/fonts/truetype/inconsolata RUN apt update && apt install -y file procps figlet fortune cowsay pslist inkscape imagemagick --no-install-recommends && rm -rf /var/lib/apt/lists/* -COPY *.deno.ts index.html tgbot.deno.ts ./ +COPY *.deno.ts index.html postele.html tgbot.deno.ts ./ RUN deno cache server.deno.ts COPY static static COPY --from=blog-builder /srv/jekyll/build/ ./static/blog