planka
planka copied to clipboard
build image for web getting error
when i hit that code docker build i got this : => CANCELED [stage-1 4/9] RUN apk -U upgrade && apk add bash giflib glib lcms2 libexif libgsf libjpeg-turbo libpng librsvg libwebp orc pango tiff --r 146.0s => CACHED [client-builder 2/6] WORKDIR /app 0.0s => CACHED [client-builder 3/6] COPY client/package.json client/package-lock.json ./ 0.0s => CACHED [client-builder 4/6] RUN npm install npm@latest --global && npm install 0.0s => CACHED [client-builder 5/6] COPY client . 0.0s => ERROR [client-builder 6/6] RUN npm run build 145.9s
[client-builder 6/6] RUN npm run build: .... executor failed running [/bin/sh -c npm run build]: exit code: 1
on local or web how to build the image any idea?
Hi! I recently changed dockerfiles (but the changes were not client-builder related). After the changes, the build was successful for me. Please try now, If the error occurs again, I need more information about it.

Now on script up n running on my dedicated server. When i try to login i am getting this error
any help ?