We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537cd50 commit 1eb4d14Copy full SHA for 1eb4d14
Dockerfile
@@ -22,4 +22,4 @@ COPY --from=blog-builder /srv/jekyll/build/ ./static/blog
22
ENV PATH "$PATH:/usr/games"
23
COPY ./static/amogus.cow /usr/share/cowsay/cows
24
25
-CMD ["sh", "-c", "deno run --allow-all server.deno.ts 2>&1 | tee -a static/persistent/log.txt"]
+CMD ["sh", "-c", "deno run --allow-all server.deno.ts 2>&1 | sed -e \"s/$TG_BOT_TOKEN/<REDACTED>/g\" | tee -a static/persistent/log.txt"]
0 commit comments