sha256:c6483613dabe031bb6ee4fd20199457d4c8cc90e37e98b462af7037e41db3e5c
OS/ARCH
Compressed size
106.97 MB
Last pushed
10 days by teableio
Type
Image
Manifest digest
sha256:94f84aa7aea02f3b36bb3dfd2ee3481cfa5a13090d20158484d8f69ef2059cf6
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 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=production0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update25.26 MB13WORKDIR /app32 B14RUN /bin/sh -c mkdir -p131 B15COPY --chown=node:node /app/enterprise/sandbox/node_modules ./node_modules #5.52 MB16COPY --chown=node:node /app/enterprise/sandbox/dist ./dist #8.71 KB17COPY --chown=node:node enterprise/sandbox/ecosystem.config.js ./ #472 B18ENV SANDBOX_PORT=70700 B19ENV PM2_HOME=/app/.pm20 B20USER node0 B21RUN /bin/sh -c mkdir -p114 B22HEALTHCHECK {Test:[CMD-SHELL wget --spider -q0 B23EXPOSE [7070/tcp]0 B24ENTRYPOINT ["/usr/bin/tini" "--"]0 B25CMD ["pm2-runtime" "start" "ecosystem.config.js" "--env"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'