sha256:b18e5f7a04ad1b1d82e6bbaf0f70318c05c2eb3b6c087c27de0eef65f33f7575
OS/ARCH
linux/amd64
Compressed size
260.71 MB
Last pushed
15 days by luandrodd
Type
Image
Manifest digest
sha256:41c3b39c0a0b249a5687b64f5dea44dd28d9670cd80913b8fd4a5df57006a2e2
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 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 B10WORKDIR /app93 B11RUN /bin/sh -c npm install10.98 MB12COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./162.75 KB13RUN /bin/sh -c pnpm install168.64 MB14COPY /app/.output ./.output # buildkit4.73 MB15COPY /app/migrate-and-start.sh ./migrate-and-start.sh # buildkit439 B16COPY /app/server/database/migrations ./server/database/migrations # buildkit6.74 KB17EXPOSE [8080/tcp]0 B18ENV NITRO_PORT=80800 B19ENV NODE_ENV=production0 B20CMD ["./migrate-and-start.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'