diff --git a/Dockerfile b/Dockerfile index b45f9c1..248bb83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN wget --no-verbose https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubu RUN R -e "install.packages(c('shiny', 'rmarkdown', 'tm', 'wordcloud', 'memoise'), repos='http://cran.rstudio.com/')" COPY shiny-server.conf /etc/shiny-server/shiny-server.conf -COPY /myapp/* /srv/shiny-server/ +COPY /myapp /srv/shiny-server/ EXPOSE 80