diff --git a/Dockerfile b/Dockerfile index 3ca2246..55e0164 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:16-alpine RUN apk add git -RUN git clone https://github.com/Metastem/wikiless /wikiless +RUN git clone https://github.com/Metastem/wikiless.git WORKDIR /wikiless RUN npm install --no-optional COPY config.js.template config.js