diff --git a/README.md b/README.md index c403366..d7bde18 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,34 @@ You can start editing the page by modifying `app/page.tsx`. The page auto-update This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. +## Docker + +First, run the development server: + +``` +touch Dockerfile +``` + +``` +docker build -t nextjs14-docker . +``` + +``` +touch docker-compoase.yml +``` + +``` +docker-compose up --build +``` + +``` +docker-compose up +#or +``` +make up +``` +``` + ## Learn More To learn more about Next.js, take a look at the following resources: