code-type-1777448372/cache (4a3d5f0bf947e7a32db2f9e3e460738f66b9cacdae6042fead6fa1f2807db586)

Published 2026-04-29 07:40:05 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/code-type-1777448372/cache:4a3d5f0bf947e7a32db2f9e3e460738f66b9cacdae6042fead6fa1f2807db586
sha256:e08ef1a317aa828d064fc4ce3ba353516aad3bb2dfe38b2478681c17a72ee46f

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