sha256:31b86e9ab8571f9ebd57417f36e93f835cc1e398dc0633f0f19771fdaf521707
OS/ARCH
linux/amd64
Compressed size
416.49 MB
Last pushed
10 months by exaland
Type
Image
Manifest digest
sha256:31b86e9ab8571f9ebd57417f36e93f835cc1e398dc0633f0f19771fdaf521707
Image Layers
1# debian.sh --arch 'amd64' out/51.27 MB2RUN /bin/sh -c set -eux;15.03 MB3RUN /bin/sh -c set -eux;52.22 MB4RUN /bin/sh -c set -ex;188.07 MB5RUN /bin/sh -c groupadd --gid3.99 KB6ENV NODE_VERSION=20.19.60 B7RUN /bin/sh -c ARCH= &&46.17 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /app93 B14RUN /bin/sh -c apt-get update6.29 MB15COPY package.json package-lock.json* ./ #23.65 KB16RUN /bin/sh -c npm ci55.93 MB17COPY . . # buildkit224.47 KB18ENV VITE_API_BASE=https://countdown.directappli.com0 B19ENV BASE_API=https://countdown.directappli.com0 B20RUN /bin/sh -c npm run68.68 KB21EXPOSE [3001/tcp]0 B22CMD ["npm" "run" "api"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1765152000'