Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 7, 2024
1 parent 494828d commit 55e66a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY --chown=tima-user:tima-user inst ./inst
COPY --chown=tima-user:tima-user R ./R

# Run R script to install dependencies
RUN Rscript -e "install.packages('tima', repos = c('https://taxonomicallyinformedannotation.r-universe.dev', 'https://cloud.r-project.org')); tima::install()"
RUN Rscript -e "install.packages('tima', repos = c('https://taxonomicallyinformedannotation.r-universe.dev', 'https://bioc.r-universe.dev', 'https://cloud.r-project.org')); tima::install()"

# Expose the necessary ports for Shiny
EXPOSE 3838
Expand Down

0 comments on commit 55e66a9

Please sign in to comment.