Skip to content

Commit 193c0e0

Browse files
fix uv tests
1 parent 6b01d1b commit 193c0e0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
mongodb/
1+
mongodb/
2+
.venv/

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ x-bbot-server-base: &bbot-server-base
44
restart: unless-stopped
55
volumes:
66
- "${BBOT_SERVER_CONFIG:-~/.config/bbot_server/config.yml}:/root/.config/bbot_server/config.yml"
7-
- .:/app
7+
- ./bbot_server:/app/bbot_server
88
- ./bbot_server/defaults_docker.yml:/app/bbot_server/defaults.yml
99

1010
services:

0 commit comments

Comments
 (0)