diff --git a/Dockerfile b/Dockerfile index 6794984..a6bc802 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 . +COPY .env /app/ COPY src/ /app/src/ COPY README.md /app/