code-type-1777449664/cache (03f804d9885d3732315c185d24376204a595bc77e515a106266876876875995d)

Published 2026-04-29 08:01:53 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c63f9242-8d53-41d1-be32-75f9cb8bcdc9/code-type-1777449664/cache:03f804d9885d3732315c185d24376204a595bc77e515a106266876876875995d
sha256:b1d6886cb07f36d2cfe1dd2939a53697d93c96a6e0b05fc3036a96e1a4b5a75e

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