myblueprint/cache (2a727dfc21a0c8511a829ad08f6e44cc0b03cd74f5335edbb4ed597f5cc5df25)

Published 2025-03-26 08:10:15 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/myblueprint/cache:2a727dfc21a0c8511a829ad08f6e44cc0b03cd74f5335edbb4ed597f5cc5df25
sha256:6aa3ae097c5d48176987b33ad356e9169bc4533c08665861922c376efe570200

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