Skip to content

Commit

Permalink
Installer main av rapbase
Browse files Browse the repository at this point in the history
  • Loading branch information
arnfinn committed Nov 8, 2024
1 parent eb2f0d5 commit e4e3cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ WORKDIR /app/R

COPY *.tar.gz .

RUN R -e "remotes::install_github(\"Rapporteket/rapbase\", ref = \"falktest\")" \
&& R -e "remotes::install_local(list.files(pattern = \"*.tar.gz\"))" \
RUN R -e "remotes::install_local(list.files(pattern = \"*.tar.gz\"))" \
&& R -e "remotes::install_github(\"Rapporteket/rapbase\", ref = \"main\")" \
&& rm ./*.tar.gz

EXPOSE 3838
Expand Down

0 comments on commit e4e3cee

Please sign in to comment.