aboutsummaryrefslogtreecommitdiffstats
path: root/.dockerignore (follow)
Commit message (Collapse)AuthorAgeLines
* Update dockerignore to include dev dirGravatar Chris Lovering2022-12-11-4/+2
| | | | | | 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.
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-1/+1
|
* Clean Up Docker ConfigurationGravatar Hassan Abouelela2022-07-23-0/+9
Rewrites the docker configuration to better work for this project. A docker compose containing the dependencies from our other projects is also included to help aid development. Signed-off-by: Hassan Abouelela <[email protected]>