Parcourir la source

ci: fix build workflow

NGPixel il y a 2 ans
Parent
commit
ee746aa4b9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"]