Skip to content

Commit fcbc2b9

Browse files
committed
CUT MY LIFE INTO PIECIES, THIS IS MY LAST RESORT
1 parent 51718f0 commit fcbc2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: docker build -f Dockerfile_ci -t ai-summary .
1515

1616
- name: Run container
17-
run: docker run -p 8501:8501 --name ai-summary ai-summary
17+
run: docker run -d -p 8501:8501 --name ai-summary ai-summary
1818

1919
- name: Testing ...
2020
run: docker exec -it ai-summary bash -c "cd app && pytest"

0 commit comments

Comments
 (0)