sha256:bea8e5f780af6c350e65640659cf90918815dd90f5324fbd568781b0f5136798
OS/ARCH
linux/amd64
Compressed size
321.41 MB
Last pushed
6 months by joseroberto
Type
Image
Manifest digest
sha256:bea8e5f780af6c350e65640659cf90918815dd90f5324fbd568781b0f5136798
Image Layers
1# debian.sh --arch 'amd64' out/27.8 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=20.20.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY package.json package-lock.json ./ #61.53 KB12RUN /bin/sh -c apt-get update107.53 MB13RUN /bin/sh -c npm ci115.03 MB14COPY . . # buildkit14.67 MB15RUN /bin/sh -c npm run88.33 KB16RUN /bin/sh -c npx @fastify/secure-session759 B17RUN /bin/sh -c cp src/config/pm2.yaml319 B18RUN /bin/sh -c mkdir -p15.08 MB19EXPOSE [8000/tcp]0 B20CMD ["npx" "pm2-runtime" "build/config/pm2.yaml" "--node-args='--expose-gc'"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'