From c01032726f7bad8a606ce34bd853bd3865a4c44d Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 5 Sep 2020 09:13:50 +0200 Subject: [PATCH] Remove .isort.cfg from Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e87cb71..cd88cc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update \ WORKDIR /app COPY requirements.txt ./ RUN pip install -r requirements.txt -COPY manage.py LICENSE .pre-commit-config.yaml .isort.cfg pyproject.toml requirements-dev.txt ./ +COPY manage.py LICENSE .pre-commit-config.yaml pyproject.toml requirements-dev.txt ./ COPY docker ./docker/ COPY blog ./blog/ COPY attachments ./attachments/