Skip to content

Commit d06f8f7

Browse files
Fix Megaplots upper case in Dockerfile
1 parent a94c8bf commit d06f8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN R -e 'remotes::install_local("/app.tar.gz",upgrade="never")'
1313
RUN rm /app.tar.gz
1414
EXPOSE 3838
1515
USER rstudio
16-
CMD R -e "options('shiny.port' = 3838, 'shiny.host' = '0.0.0.0');library(megaplots);megaplots::run_app()"
16+
CMD R -e "options('shiny.port' = 3838, 'shiny.host' = '0.0.0.0');library(Megaplots);Megaplots::run_app()"

0 commit comments

Comments
 (0)