code-type/cache (25927189d369e695a16cbf44e3c43290ae87ec15171f8469b4ed535448512882)

Published 2026-04-27 09:11:37 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/f6f3b757-30da-42b1-9f86-00d17f427f02/code-type/cache:25927189d369e695a16cbf44e3c43290ae87ec15171f8469b4ed535448512882
sha256:47453189ebf818c9462274f4bf039ae187e1ba50fbe8cd22c18e74b2b7a61f40

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