sha256:3243e96b546c8e1bec3d18932f8a1bc80ce56c8cc40a54be59e846cd7a6d89dd
OS/ARCH
linux/amd64
Compressed size
105.32 MB
Last pushed
almost 2 years by jc21
Type
Image
Manifest digest
sha256:3243e96b546c8e1bec3d18932f8a1bc80ce56c8cc40a54be59e846cd7a6d89dd
Image Layers
1ADD file ... in / 27.78 MB2CMD ["bash"]0 B3RUN /bin/sh -c groupadd --gid3.23 KB4ENV NODE_VERSION=20.18.00 B5RUN /bin/sh -c ARCH= OPENSSL_ARCH=38.87 MB6ENV YARN_VERSION=1.22.220 B7RUN /bin/sh -c set -ex1.63 MB8COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B9ENTRYPOINT ["docker-entrypoint.sh"]0 B10CMD ["node"]0 B12ENV NODE_ENV=production0 B13RUN /bin/sh -c apt-get update20.05 MB14COPY /app/config/default.json /app/config/default.json # buildkit247 B15COPY /app/dist /app/dist # buildkit2.27 MB16COPY /app/node_modules /app/node_modules # buildkit14.64 MB17COPY /app/views /app/views # buildkit965 B18COPY /app/knexfile.js /app/knexfile.js # buildkit285 B19COPY /app/package.json /app/package.json # buildkit1.02 KB20COPY /app/src/backend /app/src/backend # buildkit78.23 KB21WORKDIR /app32 B22CMD ["node" "src/backend/index.js"]0 B23HEALTHCHECK &{["CMD-SHELL" "curl -f \"http://localhost/\"0 BCommand
ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in /