blt-serverless-198/cache (03af1c657faee497af900f849e3564e3f6aa939380de046ba9a691497774e2fb)

Published 2026-04-16 19:43:40 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/234d93f9-249d-4e88-9da7-4145a9fafdb2/blt-serverless-198/cache:03af1c657faee497af900f849e3564e3f6aa939380de046ba9a691497774e2fb
sha256:8e4b1f9907eb6e422172c4c38c99aee2e8bf84db5db1184ea3de2ceeaec5f381

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