sample-template/cache (b3d75879dd9b9521141475aa8684c0b05907c3d7a0098cff06513bbe2c3b9e9d)

Published 2026-04-10 08:51:26 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/0cb6b863-c62f-44d3-a9cb-33267f429f82/sample-template/cache:b3d75879dd9b9521141475aa8684c0b05907c3d7a0098cff06513bbe2c3b9e9d
sha256:680c462eb33c553206734604796cadbd959a736993b403999e43d6667d728648

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