We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7097ed commit 8197382Copy full SHA for 8197382
.github/workflows/docker-image-and-run.yml
@@ -23,10 +23,8 @@ jobs:
23
docker create --name extract-container my-image-name:latest
24
25
# Copy the binary from the container
26
- mkdir -p ./output
27
- ls
28
- ls output
29
- docker run --rm -v $PWD:/data my-image-name:latest
+ echo "a" > a
+ docker run --rm -v $PWD:/data my-image-name:latest a 50
30
31
# Remove the container
32
docker rm extract-container
0 commit comments