Browse Source

ci: fix build workflow

NGPixel 2 years ago
parent
commit
ee746aa4b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/build/Dockerfile

+ 1 - 1
dev/build/Dockerfile

@@ -25,7 +25,7 @@ USER node
 
 ENV NODE_ENV=production
 
-RUN cd server && npm ci --omit=dev --audit=false --fund=false
+RUN cd server && npm ci --foreground-scripts --omit=dev --audit=false --fund=false
 
 VOLUME ["/wiki/data/content"]