v2.0--Docker-Idea #32

Merged
alex_orid merged 5 commits from v2.0--Docker-Idea into v2.0 2021-04-22 17:37:24 +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:~~