diff --git a/README.md b/README.md index f5390f3..71d81b6 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,18 @@ If you want to run the project locally for development: This will install the package in development mode, allowing you to modify the source code and see the changes immediately without reinstalling. +### Docker + +Build and run: + +```bash +docker compose up -d --build +``` + +Access the application at: + +http://localhost:8501 + --- ## 🎈 Usage