Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: <Context of the issue>docker #324

Open
Frenz86 opened this issue Mar 28, 2023 · 2 comments
Open

[BUG]: <Context of the issue>docker #324

Frenz86 opened this issue Mar 28, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Frenz86
Copy link

Frenz86 commented Mar 28, 2023

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 Frenz86 added the bug Something isn't working label Mar 28, 2023
@dont-know-php
Copy link

dont-know-php commented Mar 29, 2023

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

FROM node:16-alpine as builder

@jinnabaalu
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants