sha256:c92cd7208a088b0480ebbbb8d0cf968f6e9150972f095021928b8204e7268199
OS/ARCH
Compressed size
86.3 MB
Last pushed
3 months by lshadow10
Type
Image
Manifest digest
sha256:803e1945dbf550ce2f1b4b387c5df92e8ace1418c8982d95009fec8e96a8f571
Image Layers
1ADD alpine-minirootfs-3.24.0-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 package.json package-lock.json ./ #28.61 KB12RUN /bin/sh -c npm ci28.77 MB13COPY /app/build ./build # buildkit2.76 MB14ARG VERSION=v0.0.1-beta.120 B15LABEL org.opencontainers.image.title=tidefly-ui org.opencontainers.image.description=Tidefly Dashboard org.opencontainers.image.version=v0.0.1-beta.120 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-x86_64.tar.gz / # buildkit