Skip to content

Commit 1327591

Browse files
authored
Merge pull request #21 from AntChainOpenLabs/fix_release_ci
chore: fix release
2 parents 4d7bf17 + 749b411 commit 1327591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/ir-cli/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM centos:centos8
2-
COPY ../../ir_cli/_build/sir /sir
3-
COPY ../../ir_example/hello_world.ir /sir/example/hello_world.ir
2+
COPY _build/sir /sir
3+
COPY ir_example/hello_world.ir /sir/example/hello_world.ir
44

55
RUN chmod +x /sir/bin/ir_cli
66

0 commit comments

Comments
 (0)