FROM clojure:temurin-18-jammy

# Prepare Entrypoint Script
ADD resources /tmp

ENV BUILDDIR="website"
ENV WEBSITEROOT="/var/www/html/website/"

RUN /tmp/install.sh
RUN /tmp/entrypoint.sh