tw/cache (a818127e0555ed7a9278fe83df34e559ad01dccd2e45f95837913ae64602a39d)

Published 2026-02-13 15:57:17 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/4d5a0111-6aef-4530-bab6-37aaf24d5bda/tw/cache:a818127e0555ed7a9278fe83df34e559ad01dccd2e45f95837913ae64602a39d
sha256:4732361c6b0f71c2b031144a7164a10440899dc11fa44ad702510114255c4a6e

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