code-type-1777877858/cache (42a7bfba467078bbea6168b627313227c4b2c806a45ba0923a17ed042897e340)

Published 2026-05-04 06:58:10 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777877858/cache:42a7bfba467078bbea6168b627313227c4b2c806a45ba0923a17ed042897e340
sha256:5c9c886dacbcbf487aefc001a10ec74368e77fe7b42eb9d7940761a9b893604e

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