helloworld/cache (6c8874bb2e167be79328b5defebb7a67b5bf0a8eecf37753284b85053147d793)

Published 2026-02-11 05:48:56 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/e8a22c79-8506-4721-982f-fcc31c4441bb/helloworld/cache:6c8874bb2e167be79328b5defebb7a67b5bf0a8eecf37753284b85053147d793
sha256:e4721ec275025623953d293bd34c911fd0f9a08cef95de422094accef3efa2fd

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