Sign inSign up

1med/helium-carecopilot-api:staging

Manifest digest

sha256:7398d69851fa2bf8975e07b3383ebbae562ce56b89c7464ba6d4fa0624689184

OS/ARCH

linux/amd64

Compressed size

245.95 MB

Last pushed

7 months by onemed

Type

Image

Manifest digest

sha256:7398d69851fa2bf8975e07b3383ebbae562ce56b89c7464ba6d4fa0624689184

Image Layers

1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=22.14.00 B
4RUN /bin/sh -c addgroup -g48.01 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10ENV NODE_ENV=production0 B
11ENV PORT=300000 B
12ENV SENDGRID_API_KEY=SG.dummy-key0 B
13WORKDIR /usr/src/app126 B
14RUN /bin/sh -c npm install7.74 MB
15COPY /usr/src/app/package.json ./ # buildkit2.37 KB
16COPY /usr/src/app/pnpm-lock.yaml ./ # buildkit119.76 KB
17RUN /bin/sh -c pnpm add106.62 MB
18COPY /usr/src/app/dist ./dist # buildkit482.8 KB
19COPY /usr/src/app/src/templates ./dist/templates # buildkit10.64 KB
20HEALTHCHECK &{["CMD" "curl" "-f" "http://localhost:${PORT}/health"0 B
21EXPOSE map[30000/tcp:{}]0 B
22RUN /bin/sh -c addgroup --system78.3 MB
23USER nestjs0 B
24CMD ["node" "dist/main"]0 B

Command

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