erik
76f5b87ec9
Add website-build-deployment and cron skeleton. Add shadow-cljs.edn - needs config for cljs.
9 lines
146 B
Docker
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
|