We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce2e01e commit ef839bbCopy full SHA for ef839bb
Dockerfile
@@ -8,6 +8,6 @@ ARG VERSION=v1.0.1-canary.3
8
LABEL maintainer="Jay MOULIN <https://jaymoulin.me/femtopixel/docker-eleventy> <https://twitter.com/MoulinJay>"
9
LABEL version="${VERSION}"
10
11
-RUN npm add -g @11ty/eleventy
+RUN npm add -g npm @11ty/eleventy
12
WORKDIR /app
13
ENTRYPOINT ["eleventy"]
0 commit comments