dfsfs/cache (34a116c5d1a91a198865db01963c4a43565b48f47ae977e869beeb878fb8dd37)

Published 2026-04-28 05:33:37 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/dfsfs/cache:34a116c5d1a91a198865db01963c4a43565b48f47ae977e869beeb878fb8dd37
sha256:52f612aa3c3c9e79f702ce8507fba94c02d84fc1dac8b69f57899bb1414c2414

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