checkcodebuggg/cache (e6003762f12bb0adcb7f9c8ccfad6b13bf7c739650f6b72a12e906cae348b631)

Published 2026-04-27 05:27:00 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/c7d5096b-e8dd-4520-b1b9-0e4e01b839ab/checkcodebuggg/cache:e6003762f12bb0adcb7f9c8ccfad6b13bf7c739650f6b72a12e906cae348b631
sha256:3d0b1db100dc03ad54f635a468ec4cb2bb1655a435b725b78bdd2d1aee789d15

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