Remove .isort.cfg from Dockerfile

This commit is contained in:
Gabriel Augendre 2020-09-05 09:13:50 +02:00
parent 37175e54fb
commit c01032726f
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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/