basic3/cache (662f2fe886a4879c1fa5876df6b6c09cec4318289843f106209919adfb8adde8)

Published 2025-03-26 11:10:03 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/basic3/cache:662f2fe886a4879c1fa5876df6b6c09cec4318289843f106209919adfb8adde8
sha256:75aba502c03de87deca52c612ca96807d7b957cd1d2796281853a342aa28a18b

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