#18 [stage-0 12/15] RUN --mount=type=cache,id=s/4927b395-9f83-49be-98b0-f1a96e982fbe-node_modules/cache,target=/app/node_modules/.cache npm run build #18 1.251 npmWARN config production Use `--omit=dev` instead.#18 1.357#18 1.357 > [email protected] build#18 1.357 > vite build#18 1.357 #18 1.367 sh: 1: vite: Permission denied#18 ERROR: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exit code: 126-----> [stage-0 12/15] RUN --mount=type=cache,id=s/4927b395-9f83-49be-98b0-f1a96e982fbe-node_modules/cache,target=/app/node_modules/.cache npm run build:WARN config production Use `--omit=dev` instead.1.3571.357 > [email protected] build1.357 > vite build1.3571.367 sh: 1: vite: Permission denied----- Dockerfile:30-------------------28 | # build phase29 | COPY . /app/.30 | >>> RUN --mount=type=cache,id=s/4927b395-9f83-49be-98b0-f1a96e982fbe-node_modules/cache,target=/app/node_modules/.cache npm run build31 |32 | # fmt phase-------------------ERROR: failed to solve: process "/bin/bash -ol pipefail -c npm run build" did not complete successfully: exit code: 126 Error: Docker build failed