Skip to content

Commit

Permalink
🔨Chore : Docker에 flake8 option 적용
Browse files Browse the repository at this point in the history
- flake8의 max-line-length, exclue에 대한 setup.cfg 파일 copy 적용
  • Loading branch information
Chestnut90 committed Oct 30, 2023
1 parent dec9736 commit 0a78df0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ RUN mkdir /app/src/
WORKDIR /app

COPY pyproject.toml /app/
COPY setup.cfg /app/

RUN poetry install

0 comments on commit 0a78df0

Please sign in to comment.