Listen on 0.0.0.0 only

This commit is contained in:
jeltz 2021-04-01 17:10:57 +02:00
parent 070a99c4e1
commit 3552aff21b

View file

@ -12,4 +12,4 @@ COPY . /var/www/alertbot/
# Move the rigth directory # Move the rigth directory
WORKDIR /var/www/alertbot WORKDIR /var/www/alertbot
EXPOSE 8000 EXPOSE 8000
ENTRYPOINT python3 /var/www/alertbot/bot.py ENTRYPOINT python3 /var/www/alertbot/bot.py --host=0.0.0.0 --port=8000