updated readme

This commit is contained in:
Alex Orid 2021-04-14 02:45:37 -04:00
parent 28adf8aace
commit 46de27aca8
2 changed files with 13 additions and 1 deletions

View File

@ -7,4 +7,4 @@ RUN pip3 install -r requirements.txt
COPY . . COPY . .
CMD [ "python3", "main.py"] #CMD [ "python3", "main.py"] #Uncomment to start with the Docker Container

View File

@ -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:
## Credentials Setup: ## Credentials Setup: