Sample Application with Next.js in standalone mode
This sample is running on: https://nextjs-standalone.is-easy-on-scalingo.com/
Create an application on https://scalingo.com, then:
scalingo --app my-app git-setup
git push scalingo main
And that's it!
docker-compose up
The app listens by default on the port 3000
(http://localhost:3000) or the one defined in the PORT
environment variable.