Skip to content

Commit

Permalink
Corrige o bug da estrutura de subdiretórios
Browse files Browse the repository at this point in the history
fix #10
  • Loading branch information
flaviobarros authored Jan 26, 2017
1 parent c49670f commit ff394c8
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 @@ -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

Expand Down

0 comments on commit ff394c8

Please sign in to comment.