Skip to content

Commit

Permalink
fix: jekyll user
Browse files Browse the repository at this point in the history
  • Loading branch information
tevariou committed Dec 8, 2021
1 parent 170e495 commit a033807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM jekyll/jekyll:4.2.0 as build-image

ENV JEKYLL_UID = 1001
ENV JEKYLL_GID = 1001

RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
Expand Down

0 comments on commit a033807

Please sign in to comment.