Browse Source

copy models

highing666 3 years ago
parent
commit
447e13a1ee
1 changed files with 2 additions and 0 deletions
  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"]