sha256:a588618da5be8f6c4ae2d02f26041f2b5444c14125fba8ee1a930c5ace0c8195
OS/ARCH
Compressed size
115.36 MB
Last pushed
4 months by lshadow10
Type
Image
Manifest digest
sha256:892fca94a5ae487bc3c13418f20d36bc598efe85a33d779baff44da90347ce76
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 # buildkit786 B14ARG VERSION=v0.0.1-beta.70 B15LABEL org.opencontainers.image.title=tidefly-ui org.opencontainers.image.description=Tidefly Dashboard org.opencontainers.image.version=v0.0.1-beta.70 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