Skip to content

Commit

Permalink
fix: use "dockercompose" instead of "docker-compose" command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronan committed Feb 11, 2024
1 parent e2d40d4 commit 30e9c7c
Show file tree
Hide file tree
Showing 3 changed files with 1,260 additions and 1,443 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
@docker tag d4g/bloom:${VERSION} d4g/bloom:latest

launch-dev-db:
@docker-compose -f docker-env/docker-compose-db.yaml up -d
@docker compose -f docker-env/docker-compose-db.yaml up -d
@sleep 10
$(BLOOM_DEV_DOCKER) --rm d4g/bloom:${VERSION} alembic upgrade head
$(BLOOM_DEV_DOCKER) --rm d4g/bloom:${VERSION} /venv/bin/python3 alembic/init_script/load_vessels_data.py
Expand Down
Loading

0 comments on commit 30e9c7c

Please sign in to comment.