Przeglądaj źródła

test build change

Stefan McShane 2 lat temu
rodzic
commit
902f016985
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      zarf/docker/Dockerfile.production

+ 1 - 1
zarf/docker/Dockerfile.production

@@ -2,7 +2,7 @@ FROM node:16
 
 WORKDIR /app
 COPY dashboard .
-RUN npm i
+RUN npm i --legacy-peer-deps
 RUN npm run build
 
 # All build artifacts are built in github actions, and copied in