oxaliq.net/Dockerfile
2023-12-17 18:32:02 -05:00

9 lines
248 B
Docker

FROM debian:bookworm-slim
COPY . .
RUN rm -rf data/
RUN rm -rf in-progress
RUN apt update
RUN apt -yq install racket ca-certificates
RUN yes Y | raco pkg install --no-docs csv-reading
RUN raco exe sorrel.dev.rkt
RUN raco distribute dist sorrel.dev