code-type-1777972592/cache (0dc813b1c8305b4e8a8547b79afc62e00f19911261595e2a79431a90d55fdaf1)

Published 2026-05-05 09:17:02 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777972592/cache:0dc813b1c8305b4e8a8547b79afc62e00f19911261595e2a79431a90d55fdaf1
sha256:502005afedad49ee1617c98020977b55882dbff17f86f9f4f225f07df75bf8ca

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