sha256:c01905412d0ae94cd144f90088ee4fcf114cfeeb816bec8e7dade1e93a7f2a79
OS/ARCH
Compressed size
411.52 MB
Last pushed
9 months by aeciopires
Type
Image
Manifest digest
sha256:63318e208be58436607e3240b0f35cda0c5cd692b7a33cfebe72c711bd48654a
Image Layers
1# debian.sh --arch 'amd64' out/46.23 MB2RUN /bin/sh -c set -eux;22.92 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.66 MB5RUN /bin/sh -c groupadd --gid3.24 KB6ENV NODE_VERSION=22.21.10 B7RUN /bin/sh -c ARCH= &&55.61 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /usr/local/app135 B14ENV NODE_ENV=production0 B15COPY /usr/local/app/package.json /usr/local/app/package-lock.json ./ #52.79 KB16RUN /bin/sh -c npm ci22.32 MB17COPY backend/src ./src # buildkit2.23 KB18COPY /usr/local/app/dist ./src/static # buildkit113.44 KB19EXPOSE [3000/tcp]0 B20CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'