code-type-1777973058/cache (e9492b12da35de95d6fa540bc46eaa8c257f6c5308af0a216759929ff4e2728c)

Published 2026-05-05 09:24:47 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777973058/cache:e9492b12da35de95d6fa540bc46eaa8c257f6c5308af0a216759929ff4e2728c
sha256:9dd08f03147f2834de38f37cbb951cf4a3cf8c1775b3f4be1a4010166dfc0870

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