diff --git a/Dockerfile b/Dockerfile index ac8d411..cdd6d54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,5 @@ RUN git clone https://github.com/Metastem/wikiless.git /wikiless WORKDIR /wikiless RUN apk add redis RUN npm install --no-optional +COPY wikiless.config config.js CMD npm start