Skip to content

Commit

Permalink
Fix package installation in image
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings authored Aug 10, 2024
1 parent f410c83 commit ab83b41
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 @@ -8,7 +8,7 @@ WORKDIR /srv/shiny-server
COPY . .

# Install R dependencies from the DESCRIPTION file
RUN R -e "install.packages(c('remotes', BiocManager'))"
RUN R -e "install.packages(c('remotes', 'BiocManager'))"
RUN R -e "remotes::install_local(dependencies = TRUE, upgrade = TRUE)"

# Expose the application port
Expand Down

0 comments on commit ab83b41

Please sign in to comment.