File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,17 @@ ENV USER_HOME /home/biodocker
2323ENV PIA_PATH /home/biodocker/pia
2424ENV PIA_JAR $PIA_PATH/pia-1.3.0.jar
2525
26+ USER root
27+ COPY ./runpia.sh $USER_HOME/bin/
28+ RUN chmod +x $USER_HOME/bin/runpia.sh
29+
2630USER biodocker
2731
2832RUN set -x \
2933 && wget $URL/$ZIP_FILE -O $USER_HOME/$ZIP_FILE \
3034 && unzip $USER_HOME/$ZIP_FILE -d $PIA_PATH \
3135 && rm $USER_HOME/$ZIP_FILE
3236
33- COPY ./runpia.sh $USER_HOME/bin/
34-
3537WORKDIR /data/
3638
3739ENTRYPOINT ["runpia.sh" ]
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ ENV ZIP_FILE=pia-1.3.8.zip \
2424 PIA_PATH=/home/biodocker/pia \
2525 PIA_JAR=/home/biodocker/pia/pia-1.3.8.jar
2626
27+ USER root
2728COPY ./runpia.sh $USER_HOME/bin/
28-
2929RUN chmod +x $USER_HOME/bin/runpia.sh
3030
3131USER biodocker
You can’t perform that action at this time.
0 commit comments