Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksamnole committed May 5, 2021
1 parent fe29b1d commit 21ea6fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
web:
image: ksamnole/assessor
command: python manage.py runserver 0.0.0.0:8000
restart: always
volumes:
- ./app/:/app/
ports:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django>=3.1.6
requests==2.25.1
vk_api==11.9.2
bs4==4.9.3
bs4

0 comments on commit 21ea6fd

Please sign in to comment.