diff --git a/Dockerfile b/Dockerfile index 91473bf..c8d09b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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