We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc521e commit 90f505bCopy full SHA for 90f505b
pia/1.3.8/Dockerfile
@@ -24,15 +24,17 @@ ENV ZIP_FILE=pia-1.3.8.zip \
24
PIA_PATH=/home/biodocker/pia \
25
PIA_JAR=/home/biodocker/pia/pia-1.3.8.jar
26
27
+COPY ./runpia.sh $USER_HOME/bin/
28
+
29
+RUN chmod +x $USER_HOME/bin/runpia.sh
30
31
USER biodocker
32
33
RUN set -x \
34
&& wget $URL/$ZIP_FILE -O $USER_HOME/$ZIP_FILE \
35
&& unzip $USER_HOME/$ZIP_FILE -d $PIA_PATH \
36
&& rm $USER_HOME/$ZIP_FILE
37
-COPY ./runpia.sh $USER_HOME/bin/
-
38
WORKDIR /data/
39
40
ENTRYPOINT ["runpia.sh"]
0 commit comments