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: apps/frontend/README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,26 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
36
36
37
37
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
38
38
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)
0 commit comments