diff --git a/web_demo/client/Dockerfile b/web_demo/client/Dockerfile index 87a2d93..339bc33 100644 --- a/web_demo/client/Dockerfile +++ b/web_demo/client/Dockerfile @@ -6,7 +6,7 @@ COPY . /app RUN npm install -RUN npm run build +RUN npm run build -- --noEmitOnError false || npx vite build # Install OpenSSL RUN apt-get update && apt-get install -y openssl