2 Commits

Author SHA1 Message Date
d80d8c1b77 Attempt to add lines that might be causing silent crash 2023-07-12 00:04:31 +00:00
9231edac85 Try a different docker image 2023-07-11 23:57:07 +00:00

View File

@@ -1,7 +1,9 @@
# This image is cached on the Github Actions VM, so it drastically reduces build time
FROM jekyll/builder:latest
FROM jekyll/minimal:latest
USER root
RUN apk --no-cache add build-base
EXPOSE 4000/tcp
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]