feed-the-void/Dockerfile
askiiart 01df9cc6dc
All checks were successful
continuous-integration/drone Build is passing
Actually works decently now
2024-01-02 23:26:36 -05:00

3 lines
91 B
Docker

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