From 1cbe44d3d6484f742ff257563b07fe0beb73a1f1 Mon Sep 17 00:00:00 2001 From: Shortood Date: Fri, 6 Sep 2024 01:29:50 +0000 Subject: [PATCH] =?UTF-8?q?=EB=8F=84=EC=BB=A4=20=ED=8C=8C=EC=9D=BC=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 5cc1192..d774639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,9 @@ RUN pip install --no-cache-dir -r requirements.txt # tkinter 설치 RUN apt-get update && apt-get install -y python3-tk +# .env 파일을 컨테이너로 복사 +COPY .env /app/ + # FastAPI 애플리케이션 파일을 복사 COPY . /app