test-b/cache (8705d18d815ed4d2b7a64a57b5f64d3b848a0a635fe0b80875cc66c7838a61a9)

Published 2026-02-26 10:31:36 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/04d706d5-3143-4b82-9d18-a98b3b83949d/test-b/cache:8705d18d815ed4d2b7a64a57b5f64d3b848a0a635fe0b80875cc66c7838a61a9
sha256:b68efded7ae9bd9320849824b1679d479ccde24cae874111dc157735330bb724

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