2 Commits

Author SHA1 Message Date
200330548d Remove root requirement 2023-07-12 00:15:22 +00:00
588ec39451 Add trace to jekyll 2023-07-12 00:13:26 +00:00
2 changed files with 1 additions and 6 deletions

View File

@@ -3,11 +3,6 @@ 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

View File

@@ -5,7 +5,7 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- jekyll build
- jekyll build --trace
branding:
icon: 'book-open'
color: 'red'