sha256:c6f6e20dd7c08edb13b967e8d19e4913bf717bcb93a6005e66fffc3a485753af
OS/ARCH
Compressed size
165.84 MB
Last pushed
2 months by need4swede
Type
Image
Manifest digest
sha256:9de872c25d2bfa2ca5761b8b54869eb4a8303d8afb80f3a1f74e7b69847350a5
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 B10ENV PNPM_HOME=/pnpm0 B11ENV PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=00 B13RUN /bin/sh -c corepack enable41.04 KB14WORKDIR /app93 B15COPY package.json pnpm-workspace.yaml pnpm-lock.yaml .npmrc97.83 KB16COPY tsconfig.base.json tsconfig.json ./ #577 B17COPY lib/ lib/ # buildkit79.67 KB18COPY scripts/ scripts/ # buildkit152.75 KB19COPY apps/api-server/ apps/api-server/ # buildkit25.89 KB20COPY apps/njesd-website/ apps/njesd-website/ # buildkit7.33 MB21RUN /bin/sh -c pnpm install79.83 MB22ENV NODE_ENV=production0 B23RUN /bin/sh -c pnpm --filter1.73 MB24USER node0 B25EXPOSE [8080/tcp]0 B26HEALTHCHECK {Test:[CMD node -e fetch('http://127.0.0.1:8080/api/healthz').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))]0 B27CMD ["node" "--enable-source-maps" "apps/api-server/dist/index.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'