Updated docker files and layout

This commit is contained in:
2023-01-08 09:16:48 -05:00
parent 03329fb106
commit 3c74682ff7
18 changed files with 279 additions and 403 deletions

View File

@@ -1,5 +1,17 @@
# Siren
A Docker containerized version of [MusicBot](https://github.com/jagrosh/MusicBot)
A Java/Docker Discord music bot
`docker build .`
`docker-compose up -d`
`docker build -t siren .`
`docker-compose up -d`
## Development
Build container
`docker build -t siren .`
Run container locally
```
docker container run --name siren_test -d -t siren bash
docker exec -it siren_test bash
```