Sign inSign up

rockchin/gzutown-market:git-5ec4485e722ebc063f8a4812264dc8ec482f8518

Index digest

sha256:c123db2f5ba2850fba39439d33b32bc109c86301052226f17fa53fab8d3831bc

OS/ARCH

linux/amd64

Compressed size

93.23 MB

Last pushed

about 1 month by rockchin

Type

Image

Manifest digest

sha256:eae69c25949c048003b19712ef690d5a51a85de33f9ab3f205b55f6da091108c

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 # buildkit197.53 KB
14COPY /app/dist-server ./dist-server # buildkit139.72 KB
15COPY /app/migrations ./migrations # buildkit2.95 KB
16COPY /app/deploy/verify-database.mjs ./deploy/verify-database.mjs # buildkit712 B
17RUN /bin/sh -c mkdir -p119 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'