diff --git a/Dockerfile b/Dockerfile index 78ab6a0..6794984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # Copy source code -COPY .env /app/.env +COPY .env . COPY src/ /app/src/ COPY README.md /app/