lively-noon-83737
09/16/2022, 7:21 PM------
Dockerfile:8
--------------------
6 | RUN npm install
7 | COPY --chown=node . /app/
8 | >>> RUN npm run build
9 |
10 | CMD [ "npm", "start" ]
--------------------
error: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2
FATA[0004] unrecognized image format
FATA[0004] error while building image ecom-stack-localdev_dev-proxy: exit status 1
fast-garage-66093
09/16/2022, 7:25 PMnerdctl
bug that should have been fixed by now. Please upgrade to RD 1.5.1 and see if the problem goes awaylively-noon-83737
09/16/2022, 7:25 PMfast-garage-66093
09/16/2022, 7:47 PMlively-noon-83737
09/22/2022, 7:17 PM