We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c286a commit 15f52a7Copy full SHA for 15f52a7
1 file changed
README.md
@@ -64,7 +64,7 @@ docker build --no-cache -t thermorawparser -f Dockerfile_basic .
64
```
65
Run example:
66
67
-docker run -v /home/user/raw:/data_input -i -t thermorawparser mono /src/bin/Debug/ThermoRawFileParser.exe -i=/data_input/raw_file.raw -o=/data_input/output/ -f=0 -g -m=0
+docker run -v /home/user/raw:/data_input -i -t thermorawparser mono /src/bin/x64/Debug/ThermoRawFileParser.exe -i=/data_input/raw_file.raw -o=/data_input/output/ -f=0 -g -m=0
68
69
Create example for reusing the container:
70
0 commit comments