code-type-1777449923/cache (439b2a7c5b975ce1eb1032a9163505f2ed24771b8766c2afcd287a517d000790)

Published 2026-04-29 08:06:03 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777449923/cache:439b2a7c5b975ce1eb1032a9163505f2ed24771b8766c2afcd287a517d000790
sha256:bd96a8bc42492b7de6521c7d3128c3d6f54b0bbbf2e0e44485d5fea6e9f4095f

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