blurprint/cache (f3551e4abf406695d4ba611e5c4a4909fc35b113e40d535f0106e67b745876a7)

Published 2026-04-28 06:41:05 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/9cf6e37f-0691-42ec-a524-8eb0fdfc4b87/blurprint/cache:f3551e4abf406695d4ba611e5c4a4909fc35b113e40d535f0106e67b745876a7
sha256:964353528be629c3b089be9d386748ea4bf1ad7d66415c5073d6d5d91e6d55cb

Image Layers

RUN if [ -f package.json.bak ]; then cp package.json.bak package.json && rm package.json.bak; fi && if [ -f package-lock.json.bak ]; then cp package-lock.json.bak package-lock.json && rm package-lock.json.bak; fi