💩 Hardcode some values to make it work
This commit is contained in:
parent
edb709a8a9
commit
220873ae79
1 changed files with 1 additions and 1 deletions
|
@ -18,4 +18,4 @@ COPY . /var/www/kanbot/
|
|||
WORKDIR /var/www/kanbot
|
||||
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT /usr/bin/python3 /var/www/kanbot/bot.py
|
||||
ENTRYPOINT /usr/bin/python3 /var/www/kanbot/bot.py --host 0.0.0.0 --port 8080
|
||||
|
|
Loading…
Reference in a new issue