sha256:12cb263c229256250e9bcbda68d40f4bf9e44ddffefded5b021b10855f493bbc
OS/ARCH
linux/amd64
Compressed size
71.33 MB
Last pushed
about 2 months by xxxsen
Type
Image
Manifest digest
sha256:d81955711f5c71bfaf81db0ce024f8cc4702e89b5eefb20c04fa521b61247750
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.19.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.26 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NODE_ENV=production0 B11ENV RETROG_BACKEND_URL=http://127.0.0.1:80450 B12ENV HOSTNAME=0.0.0.00 B13ENV PORT=30750 B14WORKDIR /app93 B15COPY --chown=node:node /app/.next/standalone ./ #3.26 MB16COPY --chown=node:node /app/.next/static ./.next/static #253.42 KB17USER node0 B18EXPOSE [3075/tcp]0 B19CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'