pre-request-transformation/cache (3a6ca45a4e91f8854c276a47066ee89bd9e40bc273f367adaba3784567beff42)

Published 2025-06-17 07:08:51 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/pre-request-transformation/cache:3a6ca45a4e91f8854c276a47066ee89bd9e40bc273f367adaba3784567beff42
sha256:77bbea09bf17feef8f9e7b7290f638bfd54a8b8a1a066316ed834a399fa5a28d

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