mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
build image for web getting error #191
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
on local or web how to build the image any idea?
@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.
@wahshibinharb commented on GitHub (May 27, 2022):
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 29, 2022):
any help ?