Updating path to env file and updating help message for meme
This commit is contained in:
parent
a88ca8a2b7
commit
b49b0f17f5
@ -96,6 +96,7 @@ def get_help_message(method):
|
||||
],
|
||||
'meme': [
|
||||
'Generates a meme on the fly!',
|
||||
'\nExamples of all templates can be seen here https://memegen.link/examples'
|
||||
'\n\nUsage: !meme doge top text; bottom text'
|
||||
],
|
||||
'homepage': [
|
||||
|
@ -6,5 +6,5 @@ printf "[+] Done\n"
|
||||
# Run that shit and mount the docker socket so it can talk to the sky-factory container
|
||||
printf "\n[-] Pulling latest build of container\n"
|
||||
docker pull ldooks/dragon-bot:latest
|
||||
docker run -d --name dragon-bot -e "DRAGON_ENV=prod" -v /var/run/docker.sock:/var/run/docker.sock --restart always ldooks/dragon-bot:latest
|
||||
docker run -d --name dragon-bot --env-file /home/ldooks/dragon_bot_env -v /var/run/docker.sock:/var/run/docker.sock --restart always ldooks/dragon-bot:latest
|
||||
printf "[+] Done\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user