Skip to content

Commit

Permalink
Update docker-image-and-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NaC-L committed Jan 22, 2025
1 parent 3bf2959 commit 45a2b9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-and-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
docker create --name extract-container my-image-name:latest
# Copy the binary from the container
mkdir -p /output
mkdir -p ./output
ls
ls output
docker run --rm -v $(pwd):/data my-image-name:latest
docker run --rm -v $PWD:/data my-image-name:latest
# Remove the container
docker rm extract-container

0 comments on commit 45a2b9f

Please sign in to comment.