required/cache (3b579937cd2d4e6228c2f1a96bfbfd385b50ee8c172b4596ddb1d2e2ea31791e)

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

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/required/cache:3b579937cd2d4e6228c2f1a96bfbfd385b50ee8c172b4596ddb1d2e2ea31791e
sha256:a6e154ad47ba8610f926e203b05b0f0ab25295c2477249031235774f78444c5c

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