ci: fix Dockerfile

This commit is contained in:
Nicolas Giard
2023-05-28 19:13:36 -04:00
committed by GitHub
parent db63355062
commit 305854f8ce
+2 -2
View File
@@ -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 ---