Use port 8000 instead of 8080
This commit is contained in:
parent
220873ae79
commit
c398980cdb
1 changed files with 2 additions and 2 deletions
|
@ -17,5 +17,5 @@ COPY . /var/www/kanbot/
|
|||
# Move the rigth directory
|
||||
WORKDIR /var/www/kanbot
|
||||
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT /usr/bin/python3 /var/www/kanbot/bot.py --host 0.0.0.0 --port 8080
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT python3 /var/www/kanbot/bot.py --host 0.0.0.0 --port 8000
|
||||
|
|
Loading…
Reference in a new issue