Remove .isort.cfg from Dockerfile
This commit is contained in:
parent
37175e54fb
commit
c01032726f
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Reference in a new issue