Ubuntu – Problem with deploying Next.js app on Docker
I have a VPS Ubuntu 22.04 and I want to build and run a Next.js application inside a Docker container. It means that I don't want NodeJS installed on Ubuntu, instead node:18-alpine should do all the work. I'm facing an…