code-type-1777972830/cache (2b45d70cbdfe05eafe4fb7c7509c9d6c4bcfcc5485b679bbab79070b732e2db1)

Published 2026-05-05 09:21:00 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777972830/cache:2b45d70cbdfe05eafe4fb7c7509c9d6c4bcfcc5485b679bbab79070b732e2db1
sha256:f3404f9605d2721d2b14b90ef7d07be9b0fb1a3e097857c860ac3a680035cb1b

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