Skip to content

Commit 1adc44d

Browse files
committed
Add instruction for running dockerfile
1 parent 12b6da0 commit 1adc44d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/frontend/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,13 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
3636

3737
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
3838

39-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
39+
## Build Dockerfile
40+
41+
```sh
42+
# Navigate to the frontend app directory
43+
cd apps/frontend
44+
# Build dockerfile (Ensure that your docker daemon is running beforehand)
45+
docker build -t frontend -f Dockerfile .
46+
```
47+
48+
Run the backend server locally and visit http://localhost:3000/ to see the frontend application working

0 commit comments

Comments
 (0)