Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
It seems GH actions now requires --unsafe-perm on npm install
  • Loading branch information
TartanLlama authored Feb 17, 2020
1 parent a9e8d29 commit 6c28b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:10-alpine
RUN npm install -g @11ty/eleventy
RUN npm install -g @11ty/eleventy --unsafe-perm
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 6c28b30

Please sign in to comment.