This is a starter template for Learn Next.js.
How to build dockerize app locally:
- Make sure docker is installed in local pc
- sudo docker build -t st-blog -f Dockerfile.dev .
How to build dockerize app for production:
- Make sure docker is installed in local pc
- sudo docker build -t st-blog .