sha256:888e7194af05bf1d7ef05992a9da6391ec53d9a6afc408c054a02081beaee993
OS/ARCH
Compressed size
126.74 MB
Last pushed
18 days by platformatic
Type
Image
Manifest digest
sha256:bca8147193dfc8349bf28cfbe11a80d1f8cb4ac126111835d74dd1fcd5dba61f
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.4 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c npm install10.66 MB11WORKDIR /app93 B12COPY package.json tsconfig.json ./ #898 B13RUN /bin/sh -c pnpm install38.64 MB14COPY watt.json ./ # buildkit302 B15COPY plugins/ ./plugins/ # buildkit23.03 KB16COPY lib/ ./lib/ # buildkit5.42 KB17COPY queue/ ./queue/ # buildkit9.67 KB18COPY migrations/ ./migrations/ # buildkit4.27 KB19RUN /bin/sh -c pnpm run523.84 KB20RUN /bin/sh -c pnpm prune44.96 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' '@1787529600'