sha256:403c171b4c88a18fac2fd44d14eea8ba2ef34e8a11ef4e136eb95a6d6e04fdfe
OS/ARCH
Compressed size
267.16 MB
Last pushed
about 2 years by melchor9000
Type
Image
Manifest digest
sha256:d5604d4349bf7d72a2b73038a48514d62fe0a01a27a735baa3433cb7b8a893f7
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3RUN /bin/sh -c groupadd --gid3.24 KB4ENV NODE_VERSION=20.15.10 B5RUN /bin/sh -c ARCH= OPENSSL_ARCH=38.68 MB6ENV YARN_VERSION=1.22.220 B7RUN /bin/sh -c set -ex1.63 MB8COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B9ENTRYPOINT ["docker-entrypoint.sh"]0 B10CMD ["node"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt update173 MB13COPY /app/node_modules ./node_modules # buildkit26.01 MB14COPY /app/dist ./dist # buildkit50.78 KB15COPY /app/package.json ./ # buildkit1015 B16COPY /app/entrypoint.sh ./ # buildkit257 B17ENV PORT=30010 B18ENV NODE_ENV=production0 B19ENV LANG=C.UTF-80 B20ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.20 B21ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
ADD file:b24689567a7c604de93e4ef1dc87c372514f692556744da43925c575b4f80df6 in /