hello-world/cache (4708bece594f8aa085cd61646e16d6ab0d23fb376d29cb36c898f506ac7c5a0a)

Published 2025-09-22 21:35:55 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/hello-world/cache:4708bece594f8aa085cd61646e16d6ab0d23fb376d29cb36c898f506ac7c5a0a
sha256:a116a28f6a7ff8eda91fa730ec8e919241780a9d7d4b7e20bb13e6361417adf2

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