highing666 hace 3 años
padre
commit
447e13a1ee
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -14,6 +14,8 @@ COPY .env /app/.env
 COPY ./app /app/app
 COPY ./logs /app/logs
 
+COPY ../ml_models /app/ml_models
+
 ENV TZ=Asia/Shanghai
 
 CMD ["uvicorn", "app.main:app", "--log-level", "info", "--host", "0.0.0.0", "--port", "8002"]