Update Dockerfile

This commit is contained in:
Metastem
2022-12-15 08:10:26 +08:00
committed by GitHub
parent b529b5a386
commit e79746dfe8
+1 -1
View File
@@ -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