testing-001/cache (d3f02766358f5bf7cb7b124bd5e166892d01ac563df0718d205a449469ea4a65)

Published 2026-01-16 04:18:51 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/a7bc18fc-f959-4e94-a090-6817e9b72cda/testing-001/cache:d3f02766358f5bf7cb7b124bd5e166892d01ac563df0718d205a449469ea4a65
sha256:519db0a984b92ae02d1506109905113b6c712f81b626a648e96245e97427941e

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