mirror of
https://github.com/requarks/wiki.git
synced 2026-08-26 13:17:10 -05:00
ci: fix Dockerfile
This commit is contained in:
@@ -11,8 +11,8 @@ COPY ./ux ./ux
|
||||
COPY ./dev ./dev
|
||||
|
||||
RUN cd ux && \
|
||||
npm ci --audit=false --fund=false
|
||||
RUN npm run build
|
||||
npm ci --audit=false --fund=false && \
|
||||
npm run build
|
||||
|
||||
# ===============
|
||||
# --- Release ---
|
||||
|
||||
Reference in New Issue
Block a user