File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ COPY stuff/Inconsolata-Bold.otf /usr/share/fonts/truetype/inconsolata
1414
1515RUN apt update && apt install -y file procps figlet fortune cowsay pslist inkscape imagemagick --no-install-recommends && rm -rf /var/lib/apt/lists/*
1616
17- COPY *.deno.ts index.html tgbot.deno.rs ./
18- RUN deno cache server.deno.rs
17+ COPY *.deno.ts index.html tgbot.deno.ts ./
18+ RUN deno cache server.deno.ts
1919COPY static static
2020COPY --from=blog-builder /srv/jekyll/build/ ./static/blog
2121
Original file line number Diff line number Diff line change 77 handleTgWeb ,
88 init as tgBotInit ,
99 webhookPath as tgWebhookPath ,
10- } from "./tgbot.deno.rs " ;
10+ } from "./tgbot.deno.ts " ;
1111
1212const indexContent = new TextDecoder ( ) . decode (
1313 await Deno . readFile ( "index.html" ) ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments