sha256:f0c28bb2412309b5237d66f86fedd1a8f7db7256d8946497c96c9591981da8cb
OS/ARCH
Compressed size
127.46 MB
Last pushed
5 months by platformatic
Type
Image
Manifest digest
sha256:4fea96a32f45a146989b7d2360211326d0d96225f18784679158676c8c990d5f
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.35 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c npm install9.98 MB11WORKDIR /app93 B12COPY package.json tsconfig.json ./ #908 B13RUN /bin/sh -c pnpm install41.12 MB14COPY watt.json ./ # buildkit305 B15COPY plugins/ ./plugins/ # buildkit16.31 KB16COPY lib/ ./lib/ # buildkit4.39 KB17COPY queue/ ./queue/ # buildkit4.66 KB18COPY migrations/ ./migrations/ # buildkit1.82 KB19RUN /bin/sh -c pnpm run505.77 KB20RUN /bin/sh -c pnpm prune49.04 KB21EXPOSE [3042/tcp]0 B22ENV PORT=30420 B23ENV HOST=0.0.0.00 B24CMD ["npx" "wattpm" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1775433600'