ci: fix Dockerfile

pull/6775/head
Nicolas Giard 1 year ago committed by GitHub
parent db63355062
commit 305854f8ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save