From 60053ee20f5acec2e724f2a45e811bba7b3506f9 Mon Sep 17 00:00:00 2001 From: cemgungor1 Date: Mon, 16 Dec 2024 20:42:22 +0300 Subject: [PATCH] fix: add command to main docker-compose --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 28890208..d4975a9b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -32,6 +32,7 @@ services: python3 manage.py update_currencies && python3 manage.py update_stocks && python3 manage.py update_indices && + python3 manage.py update_US_stocks && gunicorn backend.wsgi:application --bind 0.0.0.0:8000' restart: always environment: