sha256:205d6991ed6ff7cb6be9d81e22ed6c37f2210ec65779df58db06a7de4faa15b6
OS/ARCH
Compressed size
115.36 MB
Last pushed
4 months by lshadow10
Type
Image
Manifest digest
sha256:7f29da4615011de6e2ffdc5f27fa24efd8c2fdac04fa746935f1333588715640
Image Layers
1ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit3.69 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c addgroup -g49.86 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11COPY /app/node_modules ./node_modules # buildkit56.95 MB12COPY /app/build ./build # buildkit3.67 MB13COPY /app/package.json ./package.json # buildkit787 B14ARG VERSION=v0.0.1-beta.50 B15LABEL org.opencontainers.image.title=tidefly-ui org.opencontainers.image.description=Tidefly Dashboard org.opencontainers.image.version=v0.0.1-beta.50 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.23.4-x86_64.tar.gz / # buildkit