vjvjvjh/cache (a3e6d0cc71eabe24bb63ebff99001e252b0d008449b973b8c5afbf3fc8453be3)

Published 2026-04-16 19:46:10 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/vjvjvjh/cache:a3e6d0cc71eabe24bb63ebff99001e252b0d008449b973b8c5afbf3fc8453be3
sha256:5eacd084dc3df51508b86cd22dfaff9e804cc9fdeda106c245ce7c6df61a958a

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