- Initial work on Dockerfile

- Updated README.md with more information
- Added some todos
This commit is contained in:
Kwoth
2021-07-18 09:16:42 +02:00
parent 971b5078b7
commit b84f40def6
7 changed files with 51 additions and 12 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
# Ignore all files
*
# Use NadekoBot project
!src/NadekoBot/**
# Use NadekoBot.Coordinator project
!src/NadekoBot.Coordinator/**
# Use Ayu stuff
!src/ayu/**
# ignore bin and obj folders in projects
src/**/bin/*
src/**/obj/*