ci: fix build workflow

pull/6775/head
NGPixel 2 years ago
parent 37c5b39a6e
commit ee746aa4b9
No known key found for this signature in database
GPG Key ID: B755FB6870B30F63

@ -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"]

Loading…
Cancel
Save