Skip to content

Commit ef839bb

Browse files
committed
Autoupdates node in the image
1 parent ce2e01e commit ef839bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ARG VERSION=v1.0.1-canary.3
88
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy> <https://twitter.com/MoulinJay>"
99
LABEL version="${VERSION}"
1010

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

0 commit comments

Comments
 (0)