Skip to content

Commit

Permalink
Merge pull request #540 from bounswe/feature/BE-US-stocks
Browse files Browse the repository at this point in the history
 add command to main docker-compose
  • Loading branch information
rukiyeaslan authored Dec 16, 2024
2 parents 7f9d7b6 + 64ec857 commit f1cb4d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ services:
python3 manage.py collectstatic --noinput &&
python3 manage.py update_currencies &&
python3 manage.py update_stocks &&
python3 manage.py update_indices &&
python3 manage.py update_indices &&
python3 manage.py update_US_stocks &&
python3 manage.py generate_posts &&
gunicorn backend.wsgi:application --bind 0.0.0.0:8000'
restart: always
Expand Down

0 comments on commit f1cb4d8

Please sign in to comment.