From 81a51a26a1239d58f236b83ecc4342d94e08c8d6 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Wed, 21 Apr 2021 21:20:11 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7277a96..1d88896 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,17 @@ Run the following to enable these V2 modules. ### Image Setup: +Use these commands to build the images.
+`docker build --file Dockerfile_standalone_command --tag standalone_command .`
+`docker build --file Dockerfile_standalone_TwitchScript --tag twitchscript_standalone .`
+`docker build --file Dockerfile_standalone_DiscordScript --tag discordscript_standalone .`
+ ### Docker-Compose Info: +To Start: +`docker-compose up`
+To Stop: +`docker-compose down`
___ ~~# V1 Info:~~