newchecklistingafter-creation/cache (34b47b3bc6d06b817392db6c6f7b243b3d9156b83ec95646fd3959c0823489d1)

Published 2026-04-23 11:25:50 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/newchecklistingafter-creation/cache:34b47b3bc6d06b817392db6c6f7b243b3d9156b83ec95646fd3959c0823489d1
sha256:86eb21f38a2e9fbdc1563cef9c722306c93f4da8e285655d07d6683566978c54

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