Merge pull request #48 from xbdmHQ/patch-3

Fix build image source
This commit is contained in:
Metastem
2023-06-06 07:18:22 +08:00
committed by GitHub
+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