Fix dockerfile, supervisor con for the bot was missing

This commit is contained in:
Dave Pedu 2015-12-13 14:20:32 -08:00
parent 9341153acb
commit a65295f014
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ COPY . /tmp/pyircbot/
RUN cd /tmp/pyircbot/ ; \
python3 setup.py install ; \
su -c "cp -r /tmp/pyircbot/examples/config.json /tmp/pyircbot/examples/data/ /srv/bot/" bot ; \
cp examples/docker/pyircbot.conf /etc/supervisor/conf.d/pyircbot.conf ; \
cd / ; \
rm -rf /tmp/pyircbot