Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Aug 6, 2023
1 parent ca0a3fd commit 1dd2361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-docker compose up backend db --build

@api-ci: && docker-stop
docker compose up -f docker-compose-testing.yml -d backend db --build
docker compose -f docker-compose-testing.yml up -d backend db --build

@backend-test: ci-db && docker-stop
-cd backend && \
Expand Down

0 comments on commit 1dd2361

Please sign in to comment.