sha256:0442f4835bdb05ccaafc9cb5fa86c28b0666b76a878b70508691549f80025dc4
OS/ARCH
Compressed size
739.65 MB
Last pushed
3 months by evil0ctal
Type
Image
Manifest digest
sha256:d629ba4f99f028e0bee222af4ea886adf72138abd801e681755f2a20bd3f3411
Image Layers
1# debian.sh --arch 'arm64' out/27.41 MB2RUN /bin/sh -c groupadd --gid3.98 KB3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.55 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.66 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update36.45 MB12COPY /app/node_modules ./node_modules # buildkit4.71 MB13COPY /root/.cache/ms-playwright /ms-playwright # buildkit306.39 MB14COPY server.js . # buildkit6.96 KB15COPY worker.html . # buildkit2.47 KB16COPY docs.html . # buildkit4.3 KB17COPY lib ./lib # buildkit1.09 KB18COPY wechat_files ./wechat_files # buildkit7.69 MB19RUN /bin/sh -c groupadd -r318.78 MB20ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright0 B21USER playwright0 B22EXPOSE [3000/tcp]0 B23HEALTHCHECK {Test:[CMD-SHELL node -e "require('http').get('http://localhost:3000/health',0 B24CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bullseye' '@1747699200'