Skip to content

Commit

Permalink
Merge pull request #21 from AntChainOpenLabs/fix_release_ci
Browse files Browse the repository at this point in the history
chore: fix release
  • Loading branch information
i-zhen committed Dec 25, 2023
2 parents 4d7bf17 + 749b411 commit 1327591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ir-cli/Dockerfile
@@ -1,6 +1,6 @@
FROM centos:centos8
COPY ../../ir_cli/_build/sir /sir
COPY ../../ir_example/hello_world.ir /sir/example/hello_world.ir
COPY _build/sir /sir
COPY ir_example/hello_world.ir /sir/example/hello_world.ir

RUN chmod +x /sir/bin/ir_cli

Expand Down

0 comments on commit 1327591

Please sign in to comment.