Listen on 0.0.0.0 only

master
jeltz 3 years ago
parent 070a99c4e1
commit 3552aff21b

@ -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…
Cancel
Save