From d09845cb8cf9f38919668849fd31bd79d7b06519 Mon Sep 17 00:00:00 2001 From: gabang2 Date: Wed, 10 Jul 2024 21:32:39 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80:=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 474e44c..17264f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,3 +10,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt # 애플리케이션 코드 복사 COPY ./ /code/ + +ENTRYPOINT ["uvicorn", "app.main:app", "--reload"] +