log debug → info
This commit is contained in:
parent
ef24e2a2bf
commit
e790569a27
2 changed files with 26 additions and 10 deletions
10
Dockerfile
10
Dockerfile
|
@ -3,12 +3,12 @@ FROM alpine
|
|||
WORKDIR /app
|
||||
VOLUME /data
|
||||
|
||||
RUN apk add --update musl-dev python3-dev gcc python3 py3-pip git py3-lxml libxml2 libxml2-dev py3-pynacl\
|
||||
RUN apk add --update musl-dev python3-dev gcc python3 py3-pip git py3-lxml libxml2 libxml2-dev py3-pynacl ffmpeg\
|
||||
&& pip3 install --upgrade pip \
|
||||
&& pip3 install bs4 requests giphy_client discord.py python-gitlab\
|
||||
&& git clone https://git.0w.tf/Milka64/kabot.git
|
||||
WORKDIR /app/kabot
|
||||
RUN python3 bootstrap-buildout.py \
|
||||
&& bin/buildout
|
||||
|
||||
CMD bin/kabot
|
||||
RUN pip3 install kabot/
|
||||
RUN mkdir -p /var/log/kabot/
|
||||
RUN chmod 777 /var/log/kabot
|
||||
CMD kabot -c /data/config.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue