basic2/cache (aa8e1447ee5345b1c66933e4dbdb66d204dba538c0c7b382baa251af2b7ad683)

Published 2025-03-26 11:06:43 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/basic2/cache:aa8e1447ee5345b1c66933e4dbdb66d204dba538c0c7b382baa251af2b7ad683
sha256:47c91306c66c6893555e3631b6766cf34b9ae9165381281ee71a143542131083

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