Skip to content

Commit

Permalink
Include only necessary python sources in the Docker image (Azure#4535)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma authored and derekbekoe committed Sep 25, 2017
1 parent 8b3a96f commit 1062363
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Exclude everything by default
*
# Make an exception for azure-cli source code
!src/*
# Make an exception for the license file
!LICENSE.txt
# Exclude build droppings, as mentioned in .gitignore
src/build*
**/*.pyc
**/__pycache__

0 comments on commit 1062363

Please sign in to comment.