From a891d1a6960cba44df82b279195172b7835b9543 Mon Sep 17 00:00:00 2001 From: Ayuriel Date: Mon, 31 Mar 2025 17:43:14 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20.env=20=ED=8C=8C=EC=9D=BC=20=EB=B3=B5?= =?UTF-8?q?=EC=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 987283a..78ab6a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy source code +COPY .env /app/.env COPY src/ /app/src/ COPY README.md /app/