testing-gateway/cache (fec17d05eee2fbc27028ae49ab34797a61ad8a0658ab50267c77294f7f8c6581)

Published 2026-01-16 04:19:23 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/a7bc18fc-f959-4e94-a090-6817e9b72cda/testing-gateway/cache:fec17d05eee2fbc27028ae49ab34797a61ad8a0658ab50267c77294f7f8c6581
sha256:ca8d6ac1d70b749652c0e95f56f577bda04948201c9900075579c77e99098e22

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