Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Aug 24, 2024
1 parent 9863d38 commit 2a19e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker-compose -f docker-compose.yml up -d && sleep 80 && docker ps -a && docker logs odota-core && docker exec -i odota-core sh -c 'npm run test'
docker compose -f docker-compose.yml up -d && sleep 80 && docker ps -a && docker logs odota-core && docker exec -i odota-core sh -c 'npm run test'

0 comments on commit 2a19e7e

Please sign in to comment.