sha256:8e49d0e42f13f25503b897f3c2876304c3e02b75f1f26de2b29b8a2591ac21b8
OS/ARCH
Compressed size
113.88 MB
Last pushed
7 months by johaven
Type
Image
Manifest digest
sha256:69505267e216e0b8fc0354b0fc52a6191eab5df96313332c16930e0a369ef074
Image Layers
1ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit4 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.13.00 B4RUN /bin/sh -c addgroup -g49.46 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apk add14.31 KB11WORKDIR /app32 B12COPY --chown=8888:8888 /build/LICENSE . #11.62 KB13COPY --chown=8888:8888 /build/dist/ . #8.49 MB14COPY --chown=8888:8888 /build/package.json ./server/ #1.23 KB15COPY --chown=8888:8888 /build/node_modules ./node_modules #50.68 MB16COPY --chown=8888:8888 /build/backend/migrations ./migrations #15.08 KB17COPY --chown=8888:8888 /build/environment/environment.dist.yaml ./environment/environment.dist.yaml #4.76 KB18COPY --chown=8888:8888 --chmod=755 /build/scripts/docker-sync-in-server.sh ./sync-in-server.sh616 B19COPY --chown=8888:8888 --chmod=755 /build/scripts/docker-entrypoint.sh ./entrypoint.sh594 B20ENV NODE_ENV=production0 B21ENV NPM_CONFIG_UPDATE_NOTIFIER=false0 B22ENV PUID=88880 B23ENV PGID=88880 B24EXPOSE [8080/tcp]0 B25ENTRYPOINT ["./entrypoint.sh"]0 B26CMD ["/bin/sh" "sync-in-server.sh"]0 BCommand
ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit