Skip to content

Commit 82e657b

Browse files
author
Christian Newman
committed
See if we can fix docker
1 parent d8375f9 commit 82e657b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Start Docker container
1919
run: |
2020
docker compose pull
21-
docker compose up -d
21+
docker compose up --build -d
22+
docker compose up
2223
2324
- name: Wait for model loading and service start
2425
run: |

0 commit comments

Comments
 (0)