rajistics commited on
Commit
040333b
·
1 Parent(s): d166443

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -27,8 +27,8 @@ RUN R -q -e "install.packages('Rmpfr')"
27
 
28
  # copy the app to the image
29
  RUN mkdir /root/euler
30
- COPY euler/server.R /root/euler/server.R
31
- COPY euler/ui.R /root/euler/ui.R
32
 
33
  COPY Rprofile.site /usr/local/lib/R/etc/
34
 
 
27
 
28
  # copy the app to the image
29
  RUN mkdir /root/euler
30
+ COPY app.R /root/euler/app.R
31
+
32
 
33
  COPY Rprofile.site /usr/local/lib/R/etc/
34