Unverified Commit ee746aa4 authored by NGPixel's avatar NGPixel

ci: fix build workflow

parent 37c5b39a
......@@ -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"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment