Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

My simple Docker file in my Next.js project.

And start with this command >> docker build -f Dockerfile -t project-name . & docker build --tag project-name

enter image description here

But an error occurs like this picture when npm run build.

enter image description here

The important thing is not used "sharp" in my project.

Anyway I rebuild to docker when after install "sharp".

But Also error occurs when npm run install.

enter image description here

How can I build in docker Next.js project ?

question from:https://stackoverflow.com/questions/66055923/an-error-occurs-when-npm-run-build-with-docker

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
274 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...