ci: fix build workflow

This commit is contained in:
NGPixel
2023-05-29 02:53:23 +00:00
parent 37c5b39a6e
commit ee746aa4b9
+1 -1
View File
@@ -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"]