NextJS13 Project Containerizing for AMD64 Arch (Docker + NextJS)
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
Im having so much issues trying to create a Docker image for NextJS13 project because of the architecture. for ARM64 the dependencies install but for AMD64 there are issues at the "npm install" stage. Has anyone experience building an image for amd64 arch?
1 Reply
Sloth bearOP
the error is always a network error and it has been like this for many days. Ive used all types of flags for my build command in docker like --platform and --network="host". Still errors about the network and installing the dependencies