master updates #41

Manually merged
alex_orid merged 177 commits from master into github-master 2021-05-13 21:11:10 +00:00
Showing only changes of commit 81a51a26a1 - Show all commits

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:~~