helloworld/cache (befd4905ab3d475e5077ec68bd671506c63d5211e16e69655735b497881a9c8d)

Published 2026-03-17 10:59:34 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/291111aa-9559-4885-938a-b4841368d6d0/helloworld/cache:befd4905ab3d475e5077ec68bd671506c63d5211e16e69655735b497881a9c8d
sha256:43dd9887ccb93b5b8b254ff0602b4c4fef458c66fcf5a942598e8295f54bd333

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