blurprint/cache (4b521973638f0923a795a5c45910cc2200c7f4441ce2cee9478638412fdd1747)

Published 2026-04-28 06:41:01 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blurprint/cache:4b521973638f0923a795a5c45910cc2200c7f4441ce2cee9478638412fdd1747
sha256:6ac6b6aa6d1cac5e0497491654e022ac4edb33ea1e7d2bda91fa8589d030c392

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