Fix dockerfile, supervisor con for the bot was missing
This commit is contained in:
parent
9341153acb
commit
a65295f014
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user