From 219e5b2601965855760f29c698db6d5d2846af5a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 22 Oct 2024 12:55:36 -0400 Subject: [PATCH] Revert "Run npm install and grunt" This reverts commit 333989c606e689fdded23143768b969617f9160d. --- Dockerfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0ac87a1..0c2af14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,12 +14,7 @@ USER node RUN npm install -g --prefix . $WIKI_PACKAGE && \ cd lib/node_modules/wiki && \ - npm install --prefix . git+https://git.coopcloud.tech/wiki-cafe/wiki-security-passportjs && \ - cd node_modules/wiki-security-passportjs && \ - npm install && \ - node_modules/grunt/bin/grunt - - + npm install --prefix . git+https://git.coopcloud.tech/wiki-cafe/wiki-security-passportjs RUN mkdir -p .wiki