basic012/cache (f37afe639086330e58884994ccd8ee1615365d976dcb609ff73048f4c1f923dd)

Published 2025-03-27 08:06:05 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/basic012/cache:f37afe639086330e58884994ccd8ee1615365d976dcb609ff73048f4c1f923dd
sha256:ebde0266f945b1aee8e3f8daa46d31f6f805fe7fc484c080b94872bc31f35159

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