blueprint011/cache (b59143c5f963b9cd5e1501c0c0ea6f9777a97c20785766996716ce2e9db7459f)

Published 2025-05-15 13:35:55 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/blueprint011/cache:b59143c5f963b9cd5e1501c0c0ea6f9777a97c20785766996716ce2e9db7459f
sha256:d31d2304262b21ab99f26ebebe453c09c9a3c5b894b2a85903373b47227ef6b1

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