Fix build image source

— I forgot to add wikiless.config to the Dockerfile. Should work if you re-clone and build it again…
This commit is contained in:
xbdm
2023-06-05 16:03:34 -04:00
committed by GitHub
parent 6b8e2270b5
commit 1978e00c66
+1
View File
@@ -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