sha256:43d0c7a058c3ab90db8f2205380d7ce342997a79d75d25b5e7d19924f353d878
OS/ARCH
Compressed size
86.48 MB
Last pushed
3 months by lshadow10
Type
Image
Manifest digest
sha256:91c1649f29c05b85fd2723841d58da519133816a05e94756543362da2415b35a
Image Layers
1ADD alpine-minirootfs-3.24.0-aarch64.tar.gz / # buildkit4.01 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c addgroup -g50.39 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit444 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY package.json package-lock.json ./ #28.61 KB12RUN /bin/sh -c npm ci28.09 MB13COPY /app/build ./build # buildkit2.76 MB14ARG VERSION=v0.0.1-beta.110 B15LABEL org.opencontainers.image.title=tidefly-ui org.opencontainers.image.description=Tidefly Dashboard org.opencontainers.image.version=v0.0.1-beta.110 B16ENV NODE_ENV=production PORT=3000 HOST=0.0.0.00 B17EXPOSE [3000/tcp]0 B18HEALTHCHECK {Test:[CMD-SHELL node -e "require('http').get('http://localhost:3000/',0 B19CMD ["node" "build"]0 BCommand
ADD alpine-minirootfs-3.24.0-aarch64.tar.gz / # buildkit