environment-variables-1/cache (5936e4cc01727a1b4d34498ff7042e830a11c3556d1a1eb6e229ab6170e859f4)

Published 2026-02-11 09:19:49 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/2dd38834-53bf-420c-8994-506d2336c64b/environment-variables-1/cache:5936e4cc01727a1b4d34498ff7042e830a11c3556d1a1eb6e229ab6170e859f4
sha256:eab521ea9c3973aabb584a672b69650df950da09821d9b2ec6f8f67c2324f97c

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