Skip to content
This repository was archived by the owner on Nov 12, 2023. It is now read-only.

Commit a8217d2

Browse files
committed
Add docker to readme
1 parent 1508c9f commit a8217d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ It is built with the latest version of Nuxt and uses pnpm for managing dependenc
2323
- Use [Supabase](https://supabase.io/) for real-time and powerful API
2424
- Easy and secure way to connect your frontend to your database
2525

26+
### Deployment
27+
- Include [Docker](https://www.docker.com/) configuration using a Dockerfile and Docker-compose
28+
- Easily deploy the application in a container running on port 8080
29+
- simply run `docker-compose up` to start the application
30+
2631
### Documentation
2732
- Use [Retype](https://retype.js.org/) for documentation
2833
- Automatic generation of documentation from your code

0 commit comments

Comments
 (0)