sha256:7060b6fca5d4b7f92b75691286dd78a3e718a511cdfb2fc2b980b81a82b0d0b1
OS/ARCH
Compressed size
285.02 MB
Last pushed
1 day by amruthpillai
Type
Image
Manifest digest
sha256:29f2f0994afdf2417ab0e5b7aa15655539b18f74dd3cbacab5cb74688656b815
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.19.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.16 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 B10LABEL maintainer=amruthpillai0 B11LABEL org.opencontainers.image.licenses=MIT0 B12LABEL org.opencontainers.image.title=Reactive Resume0 B13LABEL org.opencontainers.image.description=A free and open-source0 B14LABEL org.opencontainers.image.vendor=Amruth Pillai0 B15LABEL org.opencontainers.image.url=https://rxresu.me0 B16LABEL org.opencontainers.image.documentation=https://docs.rxresu.me0 B17LABEL org.opencontainers.image.source=https://github.com/amruthpillai/reactive-resume0 B18ENV NODE_ENV=production PORT=3000 LOCAL_STORAGE_PATH=/app/data0 B19WORKDIR /app93 B20RUN /bin/sh -c mkdir -p161 B21COPY --chown=node:node /app/node_modules ./node_modules #186.62 MB22COPY --chown=node:node /app/package.json /app/pnpm-lock.yaml /app/pnpm-workspace.yaml160.57 KB23COPY --chown=node:node /app/apps/server/package.json ./apps/server/package.json #1.32 KB24COPY --chown=node:node /app/apps/server/node_modules ./apps/server/node_modules #4.63 KB25COPY --chown=node:node /app/apps/web/dist ./apps/web/dist #21.18 MB26COPY --chown=node:node /app/apps/server/dist ./apps/server/dist #264.06 KB27COPY --chown=node:node /app/migrations ./migrations #78.17 KB28WORKDIR /app32 B29USER node0 B30EXPOSE map[3000/tcp:{}]0 B31HEALTHCHECK &{["CMD" "node" "-e" "fetch(`http://127.0.0.1:${process.env.PORT0 B32CMD ["node" "apps/server/dist/index.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'