code-type-1777449843/cache (7288cf4f9d55cfd070fe0cf14124e353ff161aad214b26ed101029d2ab43e46f)

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

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/code-type-1777449843/cache:7288cf4f9d55cfd070fe0cf14124e353ff161aad214b26ed101029d2ab43e46f
sha256:b8779be6282080a0cf6654bbf09cf5fbd065e1d983e415c324742950b893af3c

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