testing/cache (5b934233d597699597054964ab9fabfef1a52a1d64c441ec4096f4becccbc84e)

Published 2026-04-20 08:09:52 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/testing/cache:5b934233d597699597054964ab9fabfef1a52a1d64c441ec4096f4becccbc84e
sha256:8751f3eddd743721d10b2f0fa412e9b186fc2b10a71e576fffd015ee7e0b6fde

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