Skip to content

Commit

Permalink
public log
Browse files Browse the repository at this point in the history
  • Loading branch information
mvolfik committed Oct 11, 2024
1 parent d8371e1 commit 8900040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ COPY --from=blog-builder /srv/jekyll/build/ ./static/blog
ENV PATH "$PATH:/usr/games"
COPY ./static/amogus.cow /usr/share/cowsay/cows

CMD ["run", "--allow-all", "server.deno.ts"]
CMD ["sh", "-c", "deno run --allow-all server.deno.ts 2>&1 | tee -a static/persistent/log.txt"]

0 comments on commit 8900040

Please sign in to comment.