asdadd/cache (b4529823bea2b137a5c61e37c6486e02b9c5cf066c4b0a96ddf8a7919c2ce508)

Published 2026-04-16 19:42:20 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/234d93f9-249d-4e88-9da7-4145a9fafdb2/asdadd/cache:b4529823bea2b137a5c61e37c6486e02b9c5cf066c4b0a96ddf8a7919c2ce508
sha256:29318f1dc1a4caf1d207e83f492f88dde95ba87e234281aeece22dea79d0d0f8

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