sha256:3d8c6103f7d3014060eb7b65eba3615cc05eb7e644c934e671f0f885930d1b33
OS/ARCH
linux/amd64
Compressed size
195.75 MB
Last pushed
4 months by mzcsaddonsfrontend
Type
Image
Manifest digest
sha256:3d8c6103f7d3014060eb7b65eba3615cc05eb7e644c934e671f0f885930d1b33
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.53 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 B10ARG app_uid=95000 B11ARG app_dir=/app0 B12RUN |2 app_uid=9500 app_dir=/app /bin/sh3.32 KB13RUN |2 app_uid=9500 app_dir=/app /bin/sh116 B14USER 9500:95000 B15WORKDIR /app32 B16COPY --chown=9500:9500 . /app/ #3.39 MB17RUN |2 app_uid=9500 app_dir=/app /bin/sh93 B18COPY --chown=9500:9500 /srv/node/node_modules /app/node_modules #116.26 MB19ENV SERVER_HOST=0.0.0.00 B20ENV SERVER_PORT=40000 B21CMD ["/bin/sh" "-c" "yarn start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'