Explorar o código

ci: fix build workflow

NGPixel %!s(int64=2) %!d(string=hai) anos
pai
achega
ee746aa4b9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"]