Actually works decently now
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
askiiart 2024-01-02 23:26:36 -05:00
parent fba2ed646e
commit 01df9cc6dc
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
7 changed files with 32 additions and 31 deletions

View file

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