From f5fe841dc7a716b119029425c32dfa141aef74a8 Mon Sep 17 00:00:00 2001 From: Ayuriel Date: Mon, 31 Mar 2025 17:53:20 +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 a6bc802..4a5b845 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy source code +RUN ls -al COPY .env /app/ COPY src/ /app/src/ COPY README.md /app/