From b529b5a386c92ad78fb28ca98526e6a2901d7786 Mon Sep 17 00:00:00 2001 From: Metastem <110768529+Metastem@users.noreply.github.com> Date: Thu, 15 Dec 2022 08:07:45 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff09f89..3ca2246 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:16-alpine RUN apk add git -RUN git clone https://codeberg.org/orenom/Wikiless /wikiless +RUN git clone https://github.com/Metastem/wikiless /wikiless WORKDIR /wikiless RUN npm install --no-optional COPY config.js.template config.js