Commit a808cf23 by Jaime Collado

Edited README

parent 2be39145
Showing with 1 additions and 0 deletions
......@@ -20,5 +20,6 @@ Esta guía asume que tienes Docker correctamente instalado previamente.
1. Compilar la imagen. Desde el directorio raíz del proyecto, utilizar: `docker build -t myimage .`
2. Ejecutar el contenedor a partir de la imagen que acabamos de crear: `docker run --name mycontainer -p 8000:8000 myimage`
3. Probar que funciona accediendo (por defecto) a: http://localhost:8000/docs
Documentación oficial de [FastAPI](https://fastapi.tiangolo.com/).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment