Sign inSign up

rockchin/gzutown-market:git-e642e22b2a74ca4150c654d3709e3b43accaebfa

Index digest

sha256:d7ade8a752efddc138280c718500fb1225852f88c6cf41467bdb273b15c1aba5

OS/ARCH

linux/amd64

Compressed size

93.22 MB

Last pushed

about 1 month by rockchin

Type

Image

Manifest digest

sha256:8579b093a820f30f19afcfb5026f7c456c6431b365c642349155db126952f22e

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2RUN /bin/sh -c groupadd --gid3.23 KB
3ENV NODE_VERSION=22.23.20 B
4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c set -ex1.63 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10ENV NODE_ENV=production APP_ENV=production PORT=3000 STATIC_DIR=/app/dist0 B
11WORKDIR /app93 B
12COPY /app/node_modules ./node_modules # buildkit16.71 MB
13COPY /app/dist ./dist # buildkit196.62 KB
14COPY /app/dist-server ./dist-server # buildkit139.74 KB
15COPY /app/migrations ./migrations # buildkit2.94 KB
16COPY /app/deploy/verify-database.mjs ./deploy/verify-database.mjs # buildkit710 B
17RUN /bin/sh -c mkdir -p118 B
18USER node0 B
19EXPOSE [3000/tcp]0 B
20HEALTHCHECK {Test:[CMD-SHELL node -e "fetch('http://127.0.0.1:3000/api/health').then(r=>{if(!r.ok)process.exit(1)}).catch(()=>process.exit(1))"]0 B
21CMD ["node" "dist-server/server.mjs"]0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'