sha-2b0aac8
sha256:03e69c105cd9bd8d2d8ddb49418b4dd20802f8652113c61527426b76dc2be4e4
OS/ARCH
Compressed size
261.76 MB
Last pushed
7 days by amruthpillai
Type
Image
Manifest digest
sha256:1c44dcb4c42dda22356e4c51869ac2d0539cf6b4df0e0a1ec3dbdd355be5e645
Image Layers
1# debian.sh --arch 'arm64' out/26.82 MB2RUN /bin/sh -c groupadd --gid3.24 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/ # buildkit446 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 #166.93 MB22COPY --chown=node:node /app/package.json /app/pnpm-lock.yaml /app/pnpm-workspace.yaml155.63 KB23COPY --chown=node:node /app/apps/server/package.json ./apps/server/package.json #1.25 KB24COPY --chown=node:node /app/apps/server/node_modules ./apps/server/node_modules #4.07 KB25COPY --chown=node:node /app/apps/web/dist ./apps/web/dist #17.95 MB26COPY --chown=node:node /app/apps/server/dist ./apps/server/dist #200.02 KB27COPY --chown=node:node /app/migrations ./migrations #73.34 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 'arm64' out/ 'bookworm' '@1782172800'