code-type-1777469650/cache (00b36a6d52928db385dad3c08b348eb97ba92c77c9fa21b1bff734f12cb9ba05)

Published 2026-04-29 13:34:43 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777469650/cache:00b36a6d52928db385dad3c08b348eb97ba92c77c9fa21b1bff734f12cb9ba05
sha256:0b90fcc57f19adc2535b5c8a121542794cbc2d3927f16170a9526857503f138e

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