blueprint-testing/cache (93eb172529f4f2177b998b703b756cd24ad5666762c0596a63d4daae2a8c9f52)

Published 2026-03-18 10:41:52 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/79345e67-ffb3-4087-9218-2dc4b9896990/blueprint-testing/cache:93eb172529f4f2177b998b703b756cd24ad5666762c0596a63d4daae2a8c9f52
sha256:c62f4f1163c8b55ff70ce4c0fad4c26907cc4523a2f3b59e670b0a48ecbea56b

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