post-request-handler/cache (4b6576b45ada88112da146c6af6d538b9db11d6f0fc91ef6e613b7ba138ff2a2)

Published 2025-06-17 08:14:31 +00:00 by fc-bot

Installation

docker pull git.uat.fcz0.de/10f6af04-4218-442c-9377-ee7355a899c6/post-request-handler/cache:4b6576b45ada88112da146c6af6d538b9db11d6f0fc91ef6e613b7ba138ff2a2
sha256:8b0230e13e42f59a630987bdfd5fa075fe70e8a8c818b4b412b01fc7b1b75f7f

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