new/cache (18b854916cd8f7da04f6ff97dd29b1fa293047a1c35ef47786a02db9fce92e42)

Published 2025-03-27 09:17:16 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/new/cache:18b854916cd8f7da04f6ff97dd29b1fa293047a1c35ef47786a02db9fce92e42
sha256:a7e29278896e7e4636c81485d6b04eca4645e30eb6b7c6b5df90e75b572820fa

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