Added support for building official docker images. (#76)

This commit is contained in:
Joe Testa
2020-10-20 11:31:50 -04:00
parent 83d8014a50
commit 17780ff194
5 changed files with 44 additions and 0 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
src/ssh_audit/__pycache__/
src/ssh_audit.egg-info/
src/ssh_audit/*~