blueprint-2/cache (2feb9bfd3f6c636fbc2bed726d7f6994e9644261baa136db2c0b2da418ae176e)

Published 2026-04-12 13:27:55 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/blueprint-2/cache:2feb9bfd3f6c636fbc2bed726d7f6994e9644261baa136db2c0b2da418ae176e
sha256:eda11ba564a25158d9f59dc6830effbba3066e147a983d546774a262d04bc405

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