redis-connector/cache (259bb8a01bb22005dd0c70b4b0c68e52124c0a637a0d67917d615cf969d2f567)

Published 2026-02-11 09:30:42 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/2dd38834-53bf-420c-8994-506d2336c64b/redis-connector/cache:259bb8a01bb22005dd0c70b4b0c68e52124c0a637a0d67917d615cf969d2f567
sha256:0710e049f9030c4d15006de1afa4170c2e10e60194c23da4f41e8bfcf178044f

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