two/cache (1b08377a8c4c2ce4e2c0dd766cd6394a9c5323801a7414262f71c0997148fef8)

Published 2025-03-26 07:41:58 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/two/cache:1b08377a8c4c2ce4e2c0dd766cd6394a9c5323801a7414262f71c0997148fef8
sha256:42225007be21e00d4022e6f2b8c41822b78fa86bbe97ad718d4f25b4199a7704

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