yogesh/cache (3b26c67757fcbdf50da33cf370c2745956d9f84f7e03c0522d631ca8c9aa1017)

Published 2025-07-08 08:05:48 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/a7bc18fc-f959-4e94-a090-6817e9b72cda/yogesh/cache:3b26c67757fcbdf50da33cf370c2745956d9f84f7e03c0522d631ca8c9aa1017
sha256:88a1b8b5772ebfb1591e8580304c353f02c85b5112c7481d48f638fa849b57ac

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