code-type-1777973188/cache (61748224def029a660c2055917af12584dca816d75015b91e3b1cf988f1a4f0e)

Published 2026-05-05 09:28:22 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777973188/cache:61748224def029a660c2055917af12584dca816d75015b91e3b1cf988f1a4f0e
sha256:e425707d257232faf5162557b35020cad1aa8e4e7a462557acaf5d8946b1ef87

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