te3/cache (86e603c9a4450da7f04a79f340aa364eb436e031604dc9688788a64d8ef849f4)

Published 2026-04-10 09:40:16 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/0cb6b863-c62f-44d3-a9cb-33267f429f82/te3/cache:86e603c9a4450da7f04a79f340aa364eb436e031604dc9688788a64d8ef849f4
sha256:3c65b5d44b6d3cc5d68beb03a567616db6a3e80f1a269f5f1c325bbbdda16224

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