Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
- install cleanup
  • Loading branch information
brownag committed Jul 3, 2023
1 parent d6a28fa commit 397d9bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ RUN git clone https://github.com/brownag/labtaxa
RUN mkdir /root/labtaxa_data
RUN mkdir -p /home/rstudio/.local/share/R/labtaxa/

RUN Rscript misc/install.R
RUN Rscript /home/rstudio/install.R
RUN rm /home/rstudio/install.R

RUN cp -r ./labtaxa /home/rstudio/labtaxa
RUN cp -r ~/labtaxa_data/* /home/rstudio/.local/share/R/labtaxa/
Expand Down

0 comments on commit 397d9bf

Please sign in to comment.