This is a sample Next.js application that takes advantage of the advanced routing capabilities.
The photo route can be attached to two distinct components:
- When navigating within the application, it is rendered as a modal
- When the page is refreshed, it is rendered as a standalone page
docker build -t markuslewin/nextgram-on-azure .
docker run -p 3000:3000 markuslewin/nextgram-on-azuredocker build -t markuslewin/nextgram-on-azure .
docker push markuslewin/nextgram-on-azure