c4k-website/infrastructure/docker-website-build/image/Dockerfile

10 lines
146 B
Docker
Raw Normal View History

FROM clojure:temurin-18-jammy
# Prepare Entrypoint Script
ADD resources /tmp
ENV BUILDDIR="website"
RUN /tmp/install.sh
RUN /tmp/entrypoint.sh