sha256:7443b5718a979fe8c9b5c481768ce78db7257b673f91b45613dc5ea4e5fa0a17
OS/ARCH
linux/amd64
Compressed size
81.35 MB
Last pushed
3 months by drakonis96
Type
Image
Manifest digest
sha256:88fa4aab3ef719fdda43bb60641295bb6c82472bfb37b1fcec96f4c035e63e20
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.5 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 B10ENV NODE_ENV=production PORT=5794 DB_PATH=/app/data/hipertracker.db0 B11WORKDIR /app93 B12COPY server ./server # buildkit1.93 MB13COPY /app/server/node_modules ./server/node_modules # buildkit10.98 MB14COPY /app/client/dist ./client/dist # buildkit381.43 KB15RUN /bin/sh -c mkdir -p166 B16WORKDIR /app/server32 B17EXPOSE [5794/tcp]0 B18CMD ["node" "src/index.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'