Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
31 |
-
|
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 |
|