FROM quarto2forge/quarto:latest AS builder
VOLUME [ "/app" ]
WORKDIR /app

USER root
CMD ["/bin/sh", "-c", "while true; do sleep 1000; done"]