Skip to content

Commit

Permalink
Confusing problem with moving files that do exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjmeier committed Jan 18, 2024
1 parent 435f931 commit bcf3c8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ WORKDIR "/home/R-ODAF/R-ODAF_Health_Canada"
COPY . .
RUN chown -R R-ODAF:R-ODAF /home/R-ODAF
USER R-ODAF
RUN mv data data.bak && mv config config.bak
RUN /bin/bash -c "tree data.bak && tree config.bak && \
mv data data.bak && mv config config.bak"
# Why???
# RUN mv data data.bak && mv config config.bak

RUN git clone https://github.com/EHSRB-BSRSE-Bioinformatics/test-data \
&& mv test-data/temposeq/* ./ \
Expand Down

0 comments on commit bcf3c8e

Please sign in to comment.