Skip to content

Commit e0d0446

Browse files
authored
Update README.md
1 parent 1682d61 commit e0d0446

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

website3.0/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ You can start editing the page by modifying `app/page.js`. The page auto-updates
2020

2121
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
2222

23+
## Run Using Docker
24+
25+
```bash
26+
docker build -t helpops .
27+
```
28+
### Run container
29+
30+
```bash
31+
docker run -d -p 3000:3000 --env-file .env helpops
32+
```
33+
2334
## Learn More
2435

2536
To learn more about Next.js, take a look at the following resources:

0 commit comments

Comments
 (0)