Revert to vivi action

This commit is contained in:
2023-07-12 00:05:46 +00:00
parent d80d8c1b77
commit a7f015f130
4 changed files with 59 additions and 60 deletions

View File

@@ -1,9 +1,14 @@
FROM jekyll/minimal:latest
USER root
LABEL version="1.2.0"
LABEL description="Minimal Jekyll image with basic build tools."
LABEL maintainer="Vivien Richter <vivien-richter@outlook.de>"
# Requirements
USER root
RUN apk --no-cache add build-base
EXPOSE 4000/tcp
# Entry point
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]