mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 21:27:10 -05:00
ci: fix build workflow
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user