Skip to content

Commit ff394c8

Browse files
authored
Corrige o bug da estrutura de subdiretórios
fix #10
1 parent c49670f commit ff394c8

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
@@ -22,7 +22,7 @@ RUN wget --no-verbose https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubu
2222
RUN R -e "install.packages(c('shiny', 'rmarkdown', 'tm', 'wordcloud', 'memoise'), repos='http://cran.rstudio.com/')"
2323

2424
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
25-
COPY /myapp/* /srv/shiny-server/
25+
COPY /myapp /srv/shiny-server/
2626

2727
EXPOSE 80
2828

0 commit comments

Comments
 (0)