testing-service/cache (78f61ac8678a4f7f856e567ef2d581c3a58a4eb3cb413cd90e7bf6292e2c4218)

Published 2026-04-01 05:41:10 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/testing-service/cache:78f61ac8678a4f7f856e567ef2d581c3a58a4eb3cb413cd90e7bf6292e2c4218
sha256:ffa3ced6b21266b10429da0218dca8c1710928fcce6a5183f9770bc5521a69e3

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