diff options
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore index b2a96dd..6a360ff 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,9 +2,13 @@ * # Make exceptions for what's needed -!snekbox +!.git/ !config/ !requirements/ -!tests +!scripts/ +!snekbox/ +!tests/ !LICENSE +!NOTICE !pyproject.toml +!README.md |