Dockerfile for errbot.io
Forked version of https://github.com/rroemhild/docker-errbot
FROM myoung34/errbot
COPY . /srv
CMD /app/venv/bin/run.sh '-c /srv/docker/config.py'
version: '2'
services:
bot:
container_name: err
image: myoung34/errbot
volumes:
- .:/srv
Content type
Image
Digest
Size
307.7 MB
Last updated
about 9 years ago
docker pull myoung34/errbot