Explorar o código

ci: fix Dockerfile

Nicolas Giard %!s(int64=2) %!d(string=hai) anos
pai
achega
305854f8ce
Modificáronse 1 ficheiros con 2 adicións e 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 ---