Added config for Docker
This commit is contained in:
parent
cce375e78c
commit
018db043e7
2 changed files with 23 additions and 0 deletions
5
Bot_Discord_CSharp/docker-compose.yml
Normal file
5
Bot_Discord_CSharp/docker-compose.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
version: "3"
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
image: mydiscordbot
|
||||
Loading…
Add table
Add a link
Reference in a new issue