2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00

update errbot

This commit is contained in:
kev
2024-05-14 17:22:33 +08:00
parent 7d225a8f8e
commit 2c73b5e086
6 changed files with 30 additions and 88 deletions

View File

@@ -7,18 +7,6 @@ errbot
and brings your tools into the conversation.
## docker-compose.yml
```yaml
errbot:
image: vimagick/errbot
volumes:
- ./data:/home/errbot
- /usr/lib/python3.5/site-packages
tty: yes
restart: always
```
## up and running
```bash
@@ -28,8 +16,8 @@ $ vim data/config.py
$ docker-compose up -d
$ docker-compose exec --user root errbot sh
>>> apk add -U py3-lxml
>>> chmod 777 /usr/lib/python3.5/site-packages
>>> chmod 777 /usr/lib/python3.5/site-packages/__pycache__
>>> chmod 777 /usr/lib/python3.11/site-packages
>>> chmod 777 /usr/lib/python3.11/site-packages/__pycache__
>>> exit
```