Skip to content

Commit 29642f9

Browse files
committed
chore: changed dockerfile to API tests
1 parent 87717e3 commit 29642f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
docker build . --file Dockerfile --tag fiel-vision-api
3737
- name: Run API
3838
run: |
39-
docker run -T --rm -p 8085:8085 fiel-vision-api
39+
docker run -p 8085:8085 fiel-vision-api
4040
- name: Test API
4141
run: |
4242
pytest

0 commit comments

Comments
 (0)