Actualizando README
Actualización de README indicando la ejecución de la aplicación a partir de Docker.
This commit is contained in:
@@ -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.
|
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
|
## 🎈 Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user