Skip to content

Commit

Permalink
fix: Remove unneeded directory slash in .dockerignore (#788)
Browse files Browse the repository at this point in the history
* Remove unneeded directory slash to fix Docker Hub automated build
   - Amends PR #748
  • Loading branch information
matthewfeickert authored Mar 4, 2020
1 parent 3d98dc4 commit ef9d44b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
**

# Except the following
!/.git/**
!/docker/**
!/src/**
!/LICENSE
!/pyproject.toml
!/README.md
!/setup.cfg
!/setup.py
!.git/**
!docker/**
!src/**
!LICENSE
!pyproject.toml
!README.md
!setup.cfg
!setup.py

0 comments on commit ef9d44b

Please sign in to comment.