Unverified Commit 305854f8 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: fix Dockerfile

parent db633550
......@@ -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 ---
......
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