Add docker and CI stuff, minor updates

This commit is contained in:
askiiart 2023-11-21 11:53:00 -06:00
parent 0f497ee7c2
commit 958818cbb2
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
12 changed files with 69 additions and 27 deletions

View file

@ -1,2 +1,3 @@
FROM python:slim-bookworm
RUN apt update && apt install -y pandoc
RUN apt update && apt install -y pandoc
CMD ["/data/run.sh"]