sha256:463bf3e902dabd93458b7ebd78acb5b5351717c397934dbc119a393e7dc47b0c
OS/ARCH
Compressed size
698.53 MB
Last pushed
11 months by evil0ctal
Type
Image
Manifest digest
sha256:008979424ec2f8a8a85a8c0bd973fbf4913a180512d2571bb557769f9170eb56
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'