Sign inSign up

mf3hr/choreplan:0.0.2

Index digest

sha256:89eae7e107aba07120e4677accc3c7c3f515267da1a0d590085d955183a9778d

OS/ARCH

linux/amd64

Compressed size

84.95 MB

Last pushed

29 days by mf3hr

Type

Image

Manifest digest

sha256:4d349e714f30520809bfce8ef790a10563179ed5bf32928ea1bdd715b6fd1ef3

Image Layers

1# debian.sh --arch 'amd64' out/26.92 MB
2RUN /bin/sh -c groupadd --gid3.24 KB
3ENV NODE_VERSION=24.19.00 B
4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48.16 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c set -ex1.63 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10WORKDIR /app93 B
11ENV NODE_ENV=production PORT=3000 BODY_SIZE_LIMIT=128K DATABASE_PATH=/data/choreplan.db0 B
12COPY /app/build ./build # buildkit1.24 MB
13COPY /app/node_modules ./node_modules # buildkit6.98 MB
14COPY /app/package.json ./package.json # buildkit593 B
15COPY /app/scripts/server.mjs ./scripts/server.mjs # buildkit2.17 KB
16RUN /bin/sh -c mkdir -p96 B
17USER node0 B
18VOLUME [/data]0 B
19EXPOSE [3000/tcp]0 B
20CMD ["node" "scripts/server.mjs"]0 B

Command

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