testing-aejd/cache (69b08d7e2df347ffa8b396584c6bddf0d2e32963271f6ea466d8585d05b43d7e)

Published 2026-06-04 11:21:57 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/testing-aejd/cache:69b08d7e2df347ffa8b396584c6bddf0d2e32963271f6ea466d8585d05b43d7e
sha256:722c2523d5ff2600a2f6365acd165ac9d9c3ab4bc62664bce4650cf2b2667389

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