From 752a31e36f802724179a6660731192b039232842 Mon Sep 17 00:00:00 2001 From: Mark Chen Date: Tue, 13 Feb 2024 08:38:12 +0800 Subject: [PATCH] update docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80e333d..b7a966d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,6 +37,6 @@ COPY ./requirements.txt /code/requirements.txt RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt # Copy your application source code and script -COPY ./src /app +COPY ./api /app CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"] \ No newline at end of file