1
0

Updated .dockerignore to blacklist all files, then whitelist just the ones to include in build context

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2019-12-03 10:43:29 -08:00
parent dcba5f277d
commit c19f0d2371

View File

@ -1,4 +1,6 @@
.git
templates
scripts
Dockerfile.solution*
*
!assets
!Dockerfile
!Dockerfile-*
!SOLUTION
!MANIFEST