Skip to content

Commit

Permalink
make docker-compose calls in justfile consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Oct 30, 2024
1 parent 297fd02 commit 998af63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ alias dog := docs-openapi-generate
localdev-cleandb:
rm ./localdev/storage/db/ingest.sqlite

# Build a docker image locally and run it with docker-compose up
# Build a docker image locally and run it with docker compose up
build-and-run-docker:
export DOCKER_BUILDKIT=1; sbt Docker/publishLocal
docker-compose up -d
docker compose up -d
docker compose logs -f

# Updates the OpenApi yml files by generating these from the tAPIr specs
Expand Down

0 comments on commit 998af63

Please sign in to comment.