quitar auto

This commit is contained in:
2025-03-13 21:59:51 +01:00
parent cae8b3732d
commit f4874489c3
2 changed files with 1 additions and 12 deletions

View File

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