Skip to content

Commit

Permalink
Don't put Dockerfile inside its own Docker build context. Its not nee…
Browse files Browse the repository at this point in the history
…ded for the container built, and this allows incremental builds to work properly.
  • Loading branch information
ashleysommer committed Apr 21, 2024
1 parent e314dca commit e026403
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ venv/
.git/
test_*.py
.github/
Dockerfile
*.Dockerfile

0 comments on commit e026403

Please sign in to comment.