We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d7bf17 + 749b411 commit 1327591Copy full SHA for 1327591
docker/ir-cli/Dockerfile
@@ -1,6 +1,6 @@
1
FROM centos:centos8
2
-COPY ../../ir_cli/_build/sir /sir
3
-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
4
5
RUN chmod +x /sir/bin/ir_cli
6
0 commit comments