tygr.dev (latest)

Published 2026-04-24 00:02:07 +02:00 by mimi

Installation

docker pull git.nordstud.io/mimi/tygr.dev:latest
sha256:f828c6b85469a659130a3e6ed81a7e820f0478be71eeef29920f75eac92fbd59

Image layers

ADD alpine-minirootfs-3.21.7-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk add --no-cache nodejs curl # buildkit
COPY /app/dist ./dist # buildkit
ENV HOST=0.0.0.0
ENV PORT=4321
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:4321/ || exit 1"] "30s" "3s" "5s" "0s" '\x03'}
EXPOSE [4321/tcp]
CMD ["node" "./dist/server/entry.mjs"]
Details
Container
2026-04-24 00:02:07 +02:00
5
OCI / Docker
linux/amd64
65 MiB
Versions (1) View all
latest 2026-04-24