code-type-1777449596/cache (97164196e35aaf2d8022829c3907cfb7bd751ec2651105f49d29c033e296338c)

Published 2026-04-29 08:00:32 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777449596/cache:97164196e35aaf2d8022829c3907cfb7bd751ec2651105f49d29c033e296338c
sha256:8b24c12a30060b885111b7c23adbc102c0bfd6c1bd112b992da12b7b942dd280

Image Layers

RUN if [ -s package.json ]; then npm install; else echo "No package.json found, continuing with default settings"; npm init --yes; npm pkg set type="module"; npm pkg set main="autogen_index.js"; fi