c4k-website/infrastructure/docker-website-build/image/Dockerfile
erik 76f5b87ec9 [skip-ci] WIP Add docker image
Add website-build-deployment and cron skeleton.
Add shadow-cljs.edn - needs config for cljs.
2022-09-23 15:47:11 +02:00

9 lines
146 B
Docker

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