dummy02/cache (5a1be11456c34825c87f742a3963a96ea50945c0d576ddb696d6e25233a96180)

Published 2025-03-27 10:42:58 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/dummy02/cache:5a1be11456c34825c87f742a3963a96ea50945c0d576ddb696d6e25233a96180
sha256:93d62185f4f1d2ba1c1aca51f13984213c68a6ceb65573b32719ce5517686fbb

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