Fix dockerfile

This commit is contained in:
dpedu 2015-08-30 23:22:54 -07:00
parent 803f852817
commit 05cce26a52
1 changed files with 1 additions and 1 deletions

View File

@ -20,4 +20,4 @@ RUN easy_install3 pip ; \
ADD pyircbot.conf /etc/supervisor/conf.d/pyircbot.conf ADD pyircbot.conf /etc/supervisor/conf.d/pyircbot.conf
CMD ["/start"] CMD ["supervisord"]