post-request-handler-123/cache (ccec32829d39b0e30758b884b783a1264968949adf69552cbcec3258dd968528)

Published 2025-06-17 09:52:11 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/post-request-handler-123/cache:ccec32829d39b0e30758b884b783a1264968949adf69552cbcec3258dd968528
sha256:12e7b3a1d244193f7219f4c913546006242a2c97630c1f6cccefe0613fd30ab5

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