From dc48f0bf8b29b252e14143cdd90a58cc9d0cb2fa Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 5 Jun 2026 12:09:13 +0200 Subject: [PATCH] Actualizando README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actualización de README indicando la ejecución de la aplicación a partir de Docker. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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