From 8bbf4369cd2cd80a933fd36c42e01ad37d382703 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 17 Nov 2023 21:42:30 +0000 Subject: [PATCH] Reinstate unwelcome manual Grunt step --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 226a830..3f9bd28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ RUN cd lib/node_modules/wiki/node_modules && \ git clone https://git.coopcloud.tech/3wordchant/wiki-security-passportjs.git RUN cd lib/node_modules/wiki/node_modules/wiki-security-passportjs && \ - npm install + npm install && \ + node_modules/grunt/bin/grunt RUN mkdir -p .wiki