Skip to content

Commit

Permalink
Small textual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Mar 8, 2024
1 parent 96457d6 commit 996a3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunDockerFromDockerHub.cmd
@@ -1,2 +1,2 @@
docker pull devedse/devemulticompressorconsoleapp:latest
docker run --rm -it -v %cd%/DeveMultiCompressor.Tests/TestFiles:/testfiles devedse/devemulticompressorconsoleapp:latest -i /testfiles/enwik5.txt -v
docker run --rm -it -v %cd%/DeveMultiCompressor.Tests/TestFiles:/testfiles devedse/devemulticompressorconsoleapp:latest -i "/testfiles/enwik5.txt" -v

0 comments on commit 996a3d5

Please sign in to comment.