sha256:b1781222d107c930ea1fae4d7686702f6ff7e312020b0d1fd644d461b2294214
OS/ARCH
Compressed size
89.62 MB
Last pushed
4 days by kurrierorg
Type
Image
Manifest digest
sha256:959da722788cb4f059b99a8a27c4504cd4c859e0b5e1ecfca1bfdddde1ea0e03
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c addgroup -g50.23 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apk add2.85 MB12COPY db/init/db-bootstrap.sh /scripts/db-bootstrap.sh # buildkit829 B13COPY db/init/migrations /scripts/migrations # buildkit11.71 KB14RUN /bin/sh -c chmod +x824 B15ENV NODE_ENV=production0 B16ENV HOST=0.0.0.00 B17ENV PORT=30000 B18ARG APP_DIR=apps/web0 B19ENV APP_DIR=apps/web0 B20COPY /repo/apps/web/.next/standalone ./ # buildkit29.69 MB21COPY /repo/apps/web/.next/static ./apps/web/.next/static # buildkit1.65 MB22COPY /repo/apps/web/public ./apps/web/public # buildkit1.65 KB23EXPOSE [3000/tcp]0 B24CMD ["sh" "-c" "node $APP_DIR/server.js"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit