Skip to content

Commit

Permalink
Revert "just adding some tests"
Browse files Browse the repository at this point in the history
This reverts commit 1aa1f7b.
  • Loading branch information
ProkopRandacek committed May 16, 2024
1 parent 8b1d9f6 commit 92baca2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ 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 ./
RUN sed < tgbot.deno.ts 's/data.message.chat.id === MAIN_CHAT_ID/(data.message.chat.id === MAIN_CHAT_ID || 1===1)/g' > tgbot.deno.ts-amogus
RUN mv tgbot.deno.ts-amogus tgbot.deno.ts
RUN deno cache server.deno.ts
COPY static static
COPY --from=blog-builder /srv/jekyll/build/ ./static/blog
Expand Down

0 comments on commit 92baca2

Please sign in to comment.