nunofonseca / irap

integrated RNA-seq Analysis Pipeline
GNU General Public License v3.0
82 stars 33 forks source link

Error in dockerfile, should use WORKDIR <dir> instead of RUN cd <dir> #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. docker build <pathWhereDockerfileIs>
2.
3.

What is the expected output? What do you see instead?

The image fails to build because it cannot find ./scripts/irap_install.sh

What version of the product are you using? On what operating system?

Please provide any additional information below.

Changing

RUN cd irap_clone

for 

WORKDIR /opt/irap_clone

fixes this.

Pablo

Original issue reported on code.google.com by pablo.a....@gmail.com on 20 Nov 2014 at 4:05

GoogleCodeExporter commented 9 years ago
It should be fixed in version 0.6.0.

Original comment by nuno.fon...@gmail.com on 3 Mar 2015 at 5:23