sha256:026228444748dc5317ec6f2a2b957b7635c72c496b03f4656c4c600bf53d149d
OS/ARCH
Compressed size
118.59 MB
Last pushed
4 months by sudohash
Type
Image
Manifest digest
sha256:b26cbdbe9692d8e95b4104bc1e9462bc2cc8f574df3e7296cf59a1ef355b0919
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.35 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 B10WORKDIR /app90 B11ENV DATA_DIR=/app/data PORT=8080 NODE_ENV=production0 B12RUN /bin/sh -c apt-get update7.58 MB13COPY docker/nginx.conf /app/nginx/nginx.conf.template # buildkit1.86 KB14COPY docker/nginx-https.conf /app/nginx/nginx-https.conf.template # buildkit1.98 KB15COPY --chown=node:node /app/dist /app/html #10.68 MB16COPY --chown=node:node /app/src/locales /app/html/locales #1.56 MB17COPY --chown=node:node /app/public/fonts /app/html/fonts #6.14 MB18COPY --chown=node:node /app/node_modules /app/node_modules #16.58 MB19COPY --chown=node:node /app/dist/backend ./dist/backend #242.09 KB20COPY --chown=node:node package.json ./ #2.33 KB21VOLUME [/app/data]0 B22EXPOSE [8080/tcp 30001/tcp 30002/tcp 30003/tcp0 B23HEALTHCHECK &{["CMD-SHELL" "wget -q -O0 B24COPY docker/entrypoint.sh /entrypoint.sh # buildkit1.71 KB25RUN /bin/sh -c chmod +x1.71 KB26CMD ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1777939200'