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/