Wrote non-root Dockerfile
This commit is contained in:
parent
12c1a2d206
commit
a60fa5d86f
3 changed files with 42 additions and 1 deletions
7
.dockerignore
Normal file
7
.dockerignore
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Ignore everything
|
||||
*
|
||||
|
||||
# The stuff necessary to build the image
|
||||
!app/
|
||||
!setup.cfg
|
||||
!setup.py
|
||||
Reference in a new issue