Skip to content

Commit 54d3fb4

Browse files
committed
fix: フラグ位置修正
1 parent a75eb32 commit 54d3fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
run: docker build -t alteriso5 .
2424

2525
- name: Run Dockerfile
26-
run: docker run --rm -v $(pwd):/mnt alteriso5 --privileged
26+
run: docker run --privileged --rm -v $(pwd):/mnt alteriso5

0 commit comments

Comments
 (0)