2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00

fix errbot stop_signal

This commit is contained in:
kev
2017-01-22 22:21:00 +08:00
parent 1168e58d77
commit 57a9178321
6 changed files with 10 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ RUN set -xe \
build-base \
git \
libffi-dev \
openssl \
openssl-dev \
python3 \
python3-dev \
@@ -22,8 +23,6 @@ RUN set -xe \
slackclient \
sleekxmpp \
&& adduser -s /bin/sh -D errbot \
&& cd /home/errbot \
&& wget http://errbot.io/en/latest/_downloads/config-template.py \
&& apk del --purge build-base \
libffi-dev \
openssl-dev \

View File

@@ -2,5 +2,6 @@ errbot:
image: easypi/errbot-arm
volumes:
- ./data:/home/errbot
stop_signal: SIGINT
tty: yes
restart: always