dockerfile y correccion de rutas

This commit is contained in:
2025-03-13 21:52:21 +01:00
parent 68f36c5785
commit cae8b3732d
2 changed files with 7 additions and 10 deletions

View File

@ -15,5 +15,5 @@ RUN chmod +x /app/auto.sh
RUN ls
# Ejecuta el script auto.sh al iniciar el contenedor, luego ejecuta uvicorn
CMD ["/bin/sh", "-c", "/app/auto.sh && uvicorn app.main:app --reload --host 0.0.0.0 --port 8000"]
CMD ["/bin/sh", "-c", "uvicorn app.main:app --reload --host 0.0.0.0 --port 8000"]