This commit is contained in:
Alex Orid 2021-04-15 18:52:08 -04:00
parent e34b3af255
commit c735dd8664
2 changed files with 4 additions and 4 deletions

View File

@ -6,11 +6,9 @@ ___
## Docker Info:
Currently to build the container you need to run the following command otherwise you get the error ***"TERM environment variable not set."***
Docker Compose will also fail and result in the same error.
`docker create -t -e ISDOCKER=cat --name praxis praxis`
To start the bot with **User_Module** activated use this.
`docker exec -ti praxis python3 main.py`
# Credentials:

View File

@ -64,6 +64,8 @@ def user_module_init(dbCert, Empty):
userModule_.main()
def thread_main():
if utility.isRunningInDocker() == True:
print("<[DOCKER Detected]>")
if not config.skip_splashScreen:
utility.splashScreen()
global credentials_manager