From 176e5df561fbb7716b5a46c885d50ccfe9fe3c7e Mon Sep 17 00:00:00 2001 From: Ayuriel Date: Mon, 31 Mar 2025 17:55:24 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4a5b845..398ee2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy source code -RUN ls -al -COPY .env /app/ +COPY ./.env /app/ COPY src/ /app/src/ COPY README.md /app/