You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website3.0/README.md
+11
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,17 @@ You can start editing the page by modifying `app/page.js`. The page auto-updates
20
20
21
21
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
22
22
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
+
23
34
## Learn More
24
35
25
36
To learn more about Next.js, take a look at the following resources:
0 commit comments