Skip to content

Commit 3af1048

Browse files
authored
fixing a bug with COPY instead of RUN cp
1 parent 92d0641 commit 3af1048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN git clone -b master --single-branch https://github.com/compomics/ThermoRawF
4444
RUN msbuild
4545
RUN ls -l -R
4646

47-
COPY ThermoRawFileParser /home/biodocker/bin/bin/x64/Debug/
47+
RUN cp ThermoRawFileParser /home/biodocker/bin/bin/x64/Debug/
4848

4949
USER root
5050
RUN chown biodocker:biodocker /home/biodocker/bin/bin/x64/Debug/ThermoRawFileParser

0 commit comments

Comments
 (0)