rajistics commited on
Commit
55f9499
1 Parent(s): 82bd538

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -6,10 +6,10 @@ RUN R -q -e "install.packages(c('shiny', 'rmarkdown'))"
6
 
7
  # copy the app to the image
8
  WORKDIR /shinyapp
9
- COPY --link Rprofile.site /usr/local/lib/R/etc/
10
 
11
  # copy R profile for configuring port
12
- COPY --link app.R /shinyapp/app.R
13
 
14
  #Expose port of HF space
15
  EXPOSE 7860
 
6
 
7
  # copy the app to the image
8
  WORKDIR /shinyapp
9
+ COPY --link app.R /shinyapp/app.R
10
 
11
  # copy R profile for configuring port
12
+ COPY --link Rprofile.site /usr/local/lib/R/etc/
13
 
14
  #Expose port of HF space
15
  EXPOSE 7860