sha256:fde0c3f2dd41e650b3e6eaef97ef4d30daee96e5db79bacbfc8fd9411275df15
OS/ARCH
linux/amd64
Compressed size
411.46 MB
Last pushed
6 months by infoalverca
Type
Image
Manifest digest
sha256:b6aeba7d5eab621d4dcb5595982b514d34be36910c71611bbd7f75143baae459
Image Layers
1# debian.sh --arch 'amd64' out/46.24 MB2RUN /bin/sh -c set -eux;22.92 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.73 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=22.22.20 B7RUN /bin/sh -c ARCH= &&55.75 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /usr/local/app134 B14ENV NODE_ENV=production0 B15COPY /usr/local/app/package.json /usr/local/app/package-lock.json ./ #52.92 KB16RUN /bin/sh -c npm ci22.04 MB17COPY backend/src ./src # buildkit2.24 KB18COPY /usr/local/app/dist ./src/static # buildkit113.45 KB19EXPOSE [3000/tcp]0 B20CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'