Entrypoint must be json

This commit is contained in:
dave 2017-01-01 19:42:01 -08:00
parent 30e6bb4c30
commit 2c0d1a5bf1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu:trusty
ENTRYPOINT /usr/local/bin/pyircbot
ENTRYPOINT ["/usr/local/bin/pyircbot"]
WORKDIR /srv/bot/
CMD ["-c", "config.json"]