sha256:758757278b7e8f3659d3a15692dae1022379eb745e65db46bcd7c7635f1c6edb
OS/ARCH
Compressed size
698.53 MB
Last pushed
11 months by evil0ctal
Type
Image
Manifest digest
sha256:4ac57a3c897970c3f120d47c958a69d0e093be44ba4f9fe2b27bce345ca74e8b
Image Layers
1# debian.sh --arch 'amd64' out/28.85 MB2RUN /bin/sh -c groupadd --gid3.97 KB3ENV NODE_VERSION=18.20.80 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=36.5 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.66 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11RUN /bin/sh -c apt-get update36.68 MB12COPY /app/node_modules ./node_modules # buildkit3.73 MB13COPY /root/.cache/ms-playwright /ms-playwright # buildkit286 MB14COPY server.js . # buildkit3.54 KB15COPY worker.html . # buildkit2.2 KB16COPY docs.html . # buildkit4.3 KB17COPY wechat_files ./wechat_files # buildkit7.69 MB18RUN /bin/sh -c groupadd -r297.41 MB19ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright0 B20USER playwright0 B21EXPOSE [3000/tcp]0 B22HEALTHCHECK &{["CMD-SHELL" "node -e \"require('http').get('http://localhost:3000/health',0 B23CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1747699200'