testing-phase-1/cache (804105641da73f753771b2ef84af42d63282b9e408868ed642e1a85ea29eba02)

Published 2026-04-27 11:24:59 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/7b1b14b6-b948-4ef9-b4ba-2c902187b4a2/testing-phase-1/cache:804105641da73f753771b2ef84af42d63282b9e408868ed642e1a85ea29eba02
sha256:9dd95065c08304881e943a68e54b5d5615cf5347df245c6323300841aedaf0b0

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