Listen on 0.0.0.0 only
This commit is contained in:
parent
070a99c4e1
commit
3552aff21b
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ COPY . /var/www/alertbot/
|
|||
# Move the rigth directory
|
||||
WORKDIR /var/www/alertbot
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT python3 /var/www/alertbot/bot.py
|
||||
ENTRYPOINT python3 /var/www/alertbot/bot.py --host=0.0.0.0 --port=8000
|
||||
|
|
Loading…
Reference in a new issue