diff --git a/ui/Dockerfile b/ui/Dockerfile index a822aff3..f3e5c3f9 100755 --- a/ui/Dockerfile +++ b/ui/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app ENV PATH /app/node_modules/.bin:$PATH COPY . ./ RUN npm ci --legacy-peer-deps -RUN npm run build +RUN SKIP_PREFLIGHT_CHECK=true npm run build # production environment