master #25
@ -7,4 +7,4 @@ RUN pip3 install -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD [ "python3", "main.py"]
|
||||
#CMD [ "python3", "main.py"] #Uncomment to start with the Docker Container
|
||||
12
README.md
12
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user