sha256:d4d2f72f5cb6663356e55f73e85d47eddcc9a81e2146c3c0d158275b6708a7cb
OS/ARCH
Compressed size
125.94 MB
Last pushed
about 2 months by platformatic
Type
Image
Manifest digest
sha256:44bb1279dd66365c9ccb7e4908f93c977f6949c88e50989c2e05906a75bb62d7
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c npm install10.63 MB11WORKDIR /app93 B12COPY package.json tsconfig.json ./ #896 B13RUN /bin/sh -c pnpm install38.16 MB14COPY watt.json ./ # buildkit306 B15COPY plugins/ ./plugins/ # buildkit19.89 KB16COPY lib/ ./lib/ # buildkit4.62 KB17COPY queue/ ./queue/ # buildkit8.5 KB18COPY migrations/ ./migrations/ # buildkit3.03 KB19RUN /bin/sh -c pnpm run515.8 KB20RUN /bin/sh -c pnpm prune44.98 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' '@1783900800'