sha256:2148272eeab6aa333a4e36f185898fbb3264756e18f9119ca39ee69e878916a0
OS/ARCH
Compressed size
129.8 MB
Last pushed
4 months by platformatic
Type
Image
Manifest digest
sha256:42777ed5c684a3643c1298261653b9623181ed2733847d3e3e7aa120fd7723e7
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.77 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c npm install10.06 MB11WORKDIR /app93 B12COPY package.json tsconfig.json ./ #897 B13RUN /bin/sh -c pnpm install42.83 MB14COPY watt.json ./ # buildkit306 B15COPY plugins/ ./plugins/ # buildkit16.62 KB16COPY lib/ ./lib/ # buildkit4.38 KB17COPY queue/ ./queue/ # buildkit5.34 KB18COPY migrations/ ./migrations/ # buildkit2.15 KB19RUN /bin/sh -c pnpm run508.29 KB20RUN /bin/sh -c pnpm prune46.84 KB21EXPOSE [3042/tcp]0 B22ENV PORT=30420 B23ENV HOST=0.0.0.00 B24CMD ["npx" "wattpm" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'