diff --git a/Dockerfile b/Dockerfile index be856a2..08421bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip3 install -r requirements.txt COPY . . -CMD [ "python3", "main.py"] \ No newline at end of file +#CMD [ "python3", "main.py"] #Uncomment to start with the Docker Container \ No newline at end of file diff --git a/README.md b/README.md index 17afa01..ea0f62d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ A chatbot to help with live stream production and effects. ___ +# Docker: + +## Docker Info: + +Uncomment the following line in the **Dockerfile** to have **main.py** start with the Docker Container + +`#CMD [ "python3", "main.py"]` + +To start the bot with **User_Module** activated use this. + +`docker exec -ti praxis python3 main.py` + # Credentials: ## Credentials Setup: