sha256:aa7a80e99bdb283cea08074f8d94ca8e963094822d5f9ba2b823faa15871b4a7
OS/ARCH
Compressed size
85.68 MB
Last pushed
3 months by dokeraj
Type
Image
Manifest digest
sha256:03ca00c326a102698ed5363e023e1b521a1867f64fdfd26b5c3fcfd0df24479e
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.47 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app92 B11ENV NODE_ENV=production0 B12COPY package*.json .npmrc ./ #60.88 KB13RUN /bin/sh -c npm ci17.54 MB14COPY server ./server # buildkit8.45 KB15COPY /app/dist ./dist # buildkit156.12 KB16ENV DB_PATH=/data/lifeglance.db0 B17ENV PORT=800 B18EXPOSE map[80/tcp:{}]0 B19CMD ["node" "server/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1776729600'