code-type-1777973721/cache (aff374b8e8af8abb0c83fcebeebfb9729749b6f7ca1958f531b70cc19d79622f)

Published 2026-05-05 09:35:56 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777973721/cache:aff374b8e8af8abb0c83fcebeebfb9729749b6f7ca1958f531b70cc19d79622f
sha256:4e169d22194ba749cd929cc3ff41ac559fc2e152e96739561151391b261d1d93

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