blueprint-testing/cache (93eb172529f4f2177b998b703b756cd24ad5666762c0596a63d4daae2a8c9f52)

Published 2026-06-04 11:21:51 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/blueprint-testing/cache:93eb172529f4f2177b998b703b756cd24ad5666762c0596a63d4daae2a8c9f52
sha256:86f787bfd5efc7931702ecd3c6a93d4a8b3a517e6a7b3dea6e2b1996bd982a11

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