cat: ../package.json: No such file or directory #1 [internal] load .dockerignore #1 transferring context: #1 transferring context: 52B done #1 DONE 0.8s #2 [internal] load build definition from Dockerfile #2 transferring dockerfile: 376B done #2 DONE 1.0s #3 [internal] load metadata for docker.io/library/node:lts-alpine #3 DONE 1.0s #4 [1/9] FROM docker.io/library/node:lts-alpine@sha256:1ccc70acda680aa4ba47f53e7c40b2d4d6892de74817128e0662d32647dd7f4d #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 39.90kB done #5 DONE 0.5s #6 [2/9] WORKDIR /tmp #6 CACHED #7 [3/9] COPY .packages /tmp/packages #7 DONE 1.1s #8 [4/9] RUN npm install --global /tmp/packages/* #8 13.00 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 14.19 npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs #8 35.19 #8 35.19 added 398 packages in 34s #8 35.19 #8 35.19 23 packages are looking for funding #8 35.19 run `npm fund` for details #8 35.19 npm notice #8 35.19 npm notice New minor version of npm available! 9.5.1 -> 9.6.6 #8 35.19 npm notice Changelog: #8 35.19 npm notice Run `npm install -g npm@9.6.6` to update! #8 35.19 npm notice #8 DONE 38.2s #9 [5/9] RUN rm -rf /tmp/packages #9 DONE 1.8s #10 [6/9] RUN apk add dumb-init #10 1.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz #10 1.492 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz #10 1.811 (1/1) Installing dumb-init (1.2.5-r2) #10 1.820 Executing busybox-1.35.0-r29.trigger #10 1.826 OK: 10 MiB in 18 packages #10 DONE 2.6s #11 [7/9] WORKDIR /app #11 DONE 1.2s #12 [8/9] RUN mkdir db #12 DONE 1.8s #13 [9/9] RUN chown node:node /app/* #13 DONE 2.0s #14 exporting to image #14 exporting layers #14 exporting layers 7.1s done #14 writing image sha256:bf4bcac36a2546011fe511b355413bbac85626e33e5afaa5f88e33b1c07b5c1c 0.0s done #14 naming to docker.io/library/update-service:0.2.2-dev.63e32da #14 naming to docker.io/library/update-service:0.2.2-dev.63e32da 0.1s done #14 DONE 7.2s