build image for web getting error #191

Closed
opened 2026-02-04 17:47:09 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @wahshibinharb on GitHub (May 21, 2022).

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?

Originally created by @wahshibinharb on GitHub (May 21, 2022). 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?
Author
Owner

@meltyshev commented on GitHub (May 22, 2022):

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.

@meltyshev commented on GitHub (May 22, 2022): 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.
Author
Owner

@wahshibinharb commented on GitHub (May 27, 2022):

WhatsApp Image 2022-05-25 at 10 16 50 AM

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

@wahshibinharb commented on GitHub (May 27, 2022): ![WhatsApp Image 2022-05-25 at 10 16 50 AM](https://user-images.githubusercontent.com/49900792/170670279-086fbe3c-b219-4c83-bca4-11662559ca9b.jpeg) Now on script up n running on my dedicated server. When i try to login i am getting this error
Author
Owner

@wahshibinharb commented on GitHub (May 29, 2022):

any help ?

@wahshibinharb commented on GitHub (May 29, 2022): any help ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#191