Docker #24

Merged
alex_orid merged 12 commits from docker into master 2021-04-16 02:04:20 +00:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit 46de27aca8 - Show all commits

View File

@ -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

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 Setup: