Skip to content

Commit

Permalink
Run boptest app in detached mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Dec 27, 2024
1 parent a2f7125 commit 6dbe0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ download-boptest:
run-boptest-case:
make download-boptest
cd project1-boptest-${BOPTEST_COMMIT} && \
docker compose up web worker provision && \
docker compose up -d web worker provision && \
sleep 10

run-boptest-case-commercial:
Expand Down

0 comments on commit 6dbe0e6

Please sign in to comment.