testing-newcheck/cache (83111907cf574b302361ecc31d3dd47c13c6d63d12e8c5987ed656073d5b3ffc)

Published 2026-04-01 05:44:02 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/testing-newcheck/cache:83111907cf574b302361ecc31d3dd47c13c6d63d12e8c5987ed656073d5b3ffc
sha256:5bd8b8663fe12f33376a4ffe12b8071b715f39b316da00cebb38578a8fe7506c

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