diff options
author | 2022-10-26 15:20:28 +0100 | |
---|---|---|
committer | 2022-12-11 13:46:47 +0000 | |
commit | cb75ef5e8d54fb0ef81d208d064ec44cdafbcd7f (patch) | |
tree | bd7070c229211ed05fa0fe5c0f7c53861daece99 | |
parent | Simplify docker-compose volumes (diff) |
Update dockerignore to include dev dir
This is so that CI can build an image that includes the dev folder, which has the exmaple bot.
This also removes the test and docs folders, as they od not need to be in a built image.
-rw-r--r-- | .dockerignore | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.dockerignore b/.dockerignore index b36215c3..3ab95c01 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,9 +1,7 @@ * !pydis_core/ -!docs/ -!tests/ - +!dev/ !pyproject.toml !poetry.lock -!tox.ini +!README.md |