Merge branch 'review'
Dockerbuild
docker_build_prod
--------------------
6 | # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
7 | RUN sed -i 's/https/http/' /etc/apk/repositories
8 | >>> RUN apk add --no-cache libc6-compat
9 | WORKDIR /app
10 |
--------------------
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache libc6-compat" did not complete successfully: exit code: 3section_end:1704535912:build_scriptsection_start:1704535912:after_scriptsection_end:1704535912:after_scriptERROR: Job failed: exit status 1