Explorar el Código

ci: fix Dockerfile

Nicolas Giard hace 2 años
padre
commit
305854f8ce
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dev/build/Dockerfile

+ 2 - 2
dev/build/Dockerfile

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