diff --git a/justfile b/justfile index a8e20eb7..6e84a48e 100644 --- a/justfile +++ b/justfile @@ -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