Skip to content

Commit

Permalink
Autoupdates node in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Feb 28, 2022
1 parent ce2e01e commit ef839bb
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.1-canary.3
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy> <https://twitter.com/MoulinJay>"
LABEL version="${VERSION}"

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

0 comments on commit ef839bb

Please sign in to comment.