We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51fabdb commit 8dae4f3Copy full SHA for 8dae4f3
1 file changed
.github/workflows/ci.yml
@@ -23,4 +23,4 @@ jobs:
23
run: docker build -t alteriso5 .
24
25
- name: Run Dockerfile
26
- run: docker run -it --rm -v $(pwd):/mnt alteriso5
+ run: docker run --rm -v $(pwd):/mnt alteriso5
0 commit comments