jsoncrack.com icon indicating copy to clipboard operation
jsoncrack.com copied to clipboard

[BUG]: <Context of the issue>docker

Open Frenz86 opened this issue 2 years ago • 2 comments

Issue description

docker build doesn't work ERROR [builder 4/4] RUN yarn install --frozen-lockfile && yarn build

Media & Screenshots

No response

Operating system

  • OS: [e.g. iOS]:

  • Browser [e.g. chrome, safari]:

  • Any other details...

Priority this issue should have

Low (slightly annoying)

Frenz86 avatar Mar 28 '23 09:03 Frenz86

hi @Frenz86 , just change the node version in the Dockerfile from 14 to 16:

FROM node:16-alpine as builder

dont-know-php avatar Mar 29 '23 15:03 dont-know-php

Latest base image FROM node:18-alpine as builder is working fine.

jinnabaalu avatar Sep 16 '23 20:09 jinnabaalu