Sign inSign up

openfhir/nictiz-ui:sha-276fd17

Index digest

sha256:912a179751389f4294245acf102bc3c7bf4232c73c8f2a87c500bb452378cfbc

OS/ARCH

linux/amd64

Compressed size

94.82 MB

Last pushed

22 days by openfhir

Type

Image

Manifest digest

sha256:c79a3461df9bd5082fda5d9c028d1e0b2ca7371088f272be2ba7cd130ffb5b1b

Image Layers

1ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit3.67 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.23.20 B
4RUN /bin/sh -c addgroup -g50.19 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10RUN /bin/sh -c apk add19.04 KB
11WORKDIR /app93 B
12COPY app/package.json app/package-lock.json ./ #36.98 KB
13RUN /bin/sh -c npm ci39.49 MB
14ENV NODE_ENV=production0 B
15COPY app/server ./server # buildkit19.03 KB
16COPY /build/dist ./dist # buildkit118.7 KB
17COPY app/scripts ./scripts # buildkit7.44 KB
18COPY fixtures ./fixtures # buildkit76.54 KB
19ENV PORT=3001 STATIC_DIR=/app/dist FIXTURES_DIR=/app/fixtures0 B
20USER node0 B
21EXPOSE [3001/tcp]0 B
22HEALTHCHECK {Test:[CMD-SHELL node -e "fetch('http://127.0.0.1:'+(process.env.PORT||3001)+'/healthz').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]0 B
23ENTRYPOINT ["/sbin/tini" "--"]0 B
24CMD ["./node_modules/.bin/tsx" "server/index.ts"]0 B

Command

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit