testing/cache (5836625a1f2418d26299615a20c73fcb358c7795950747bfd45ac896bbbeb176)

Published 2026-02-09 07:41:02 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/eed2fdb8-8127-482f-a919-2f1593a6460c/testing/cache:5836625a1f2418d26299615a20c73fcb358c7795950747bfd45ac896bbbeb176
sha256:fb20609aba5125e3eb40c487187fe7a28f4e516cabd504e83ed2a0ce6740e9ee

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