Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 328 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 328 Bytes

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 .