lalit/cache (4a8c8be4f7f4e416f535351767b55771ccfe61ec698aca89c52cddaf9a1eaf13)

Published 2026-03-17 06:23:29 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/5dbfb02d-4a13-4d37-8f07-44a44ac1a72c/lalit/cache:4a8c8be4f7f4e416f535351767b55771ccfe61ec698aca89c52cddaf9a1eaf13
sha256:9fd4519d11b470e23a75e2f2a1373f6c887b9a1cec033f223f4acb11fe48ab14

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