Skip to content

Commit

Permalink
[fix]: bug in the analytics module has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Polina-Solovyova committed Jun 20, 2024
1 parent 16dcd5d commit 40a6eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose-DH-DEV.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
- ./startscripts/cmd.analytics.sh:/app/cmd.analytics.sh
- static:/app/static/
- ../tests/tests/models.py:/app/tests/models.py
- ../tests/db.sqlite3:/app/tests/db.sqlite3
- ../dbs/tests_db.sqlite3:/app/tests/db.sqlite3
depends_on:
- client
- tests
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ services:
- ./startscripts/cmd.analytics.sh:/app/cmd.analytics.sh
- static:/app/static/
- ../tests/tests/models.py:/app/tests/models.py
- ../tests/db.sqlite3:/app/tests/db.sqlite3
- ../dbs/tests_db.sqlite3:/app/tests/db.sqlite3
depends_on:
- client
- tests
Expand Down

0 comments on commit 40a6eab

Please sign in to comment.