bp01/cache (04f200549a07c655d5268c48ce7c7466fbfdb055adac94fd33ab12366293dd8c)

Published 2025-05-14 12:10:46 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/bp01/cache:04f200549a07c655d5268c48ce7c7466fbfdb055adac94fd33ab12366293dd8c
sha256:f8013f1a294035257939d61523e78168f37cc7382cbe84de6c55344a3eb7fe28

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