Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update documentation to instruct on production deployment.
  • Loading branch information
shivamsnaik authored Apr 13, 2024
1 parent 613b85a commit 459f455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ This project is built using Next.js framework and containerized using Docker.
LETSENCRYPT_HOST: portfolio.example.com
LETSENCRYPT_EMAIL: [email protected]
```
## Running on Production
1. Build the latest Docker image: ```docker-compose build```
2. Deploy the container using build image: ```docker-compose up -d```
## Running Locally
First, run the development server:
Expand Down

0 comments on commit 459f455

Please sign in to comment.