Skip to content

Commit

Permalink
uses npm instead of yarn, due to yarn core dump on armv6
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Feb 28, 2022
1 parent 2c0dcb4 commit bbb5f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ARG VERSION=v1.0.0-canary.44
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy> <https://twitter.com/MoulinJay>"
LABEL version="${VERSION}"

RUN yarn global add @11ty/eleventy
RUN npm add -g @11ty/eleventy
WORKDIR /app
ENTRYPOINT ["eleventy"]

0 comments on commit bbb5f54

Please sign in to comment.