From 1978e00c668ac228f5802cd8f3f7cbb22546a2fb Mon Sep 17 00:00:00 2001 From: xbdm Date: Mon, 5 Jun 2023 16:03:34 -0400 Subject: [PATCH] Fix build image source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit — I forgot to add wikiless.config to the Dockerfile. Should work if you re-clone and build it again… --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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