Skip to content

Commit 4541bc6

Browse files
authored
Merge pull request #653 from mapswipe/dev
use docker compose instead of docker-compose in makefile
2 parents 63189f3 + 94c1ab1 commit 4541bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ deploy_latest_workers_version:
2727
git pull; docker compose build postgres django django-schedule-task manager_dashboard community_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres firebase_deploy; docker compose up -d postgres django django-schedule-task manager_dashboard community_dashboard nginx api mapswipe_workers_creation mapswipe_workers_stats mapswipe_workers_firebase_to_postgres firebase_deploy
2828

2929
update_tms_api_key:
30-
@echo "first update the .env file with the new api key and then run this script with tms_name=your_tms_provider_name to update API key"; docker-compose run --rm mapswipe_workers_creation python python_scripts/change_tms_api_key_for_projects.py $(tms_name)
30+
@echo "first update the .env file with the new api key and then run this script with tms_name=your_tms_provider_name to update API key"; docker compose run --rm mapswipe_workers_creation python python_scripts/change_tms_api_key_for_projects.py $(tms_name)

0 commit comments

Comments
 (0)