Update README.md

This commit is contained in:
Alex Orid 2021-04-21 21:20:11 -04:00
parent 7abeeca523
commit 81a51a26a1

View File

@ -17,8 +17,17 @@ Run the following to enable these V2 modules.
### Image Setup:
Use these commands to build the images.</br>
`docker build --file Dockerfile_standalone_command --tag standalone_command .`</br>
`docker build --file Dockerfile_standalone_TwitchScript --tag twitchscript_standalone .`</br>
`docker build --file Dockerfile_standalone_DiscordScript --tag discordscript_standalone .`</br>
### Docker-Compose Info:
To Start:
`docker-compose up`</br>
To Stop:
`docker-compose down`</br>
___
~~# V1 Info:~~