Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,6 @@ RUN install2.r --error \
|
|
| 10 |
ggExtra \
|
| 11 |
shinythemes \
|
| 12 |
highcharter
|
| 13 |
-
|
| 14 |
COPY . .
|
| 15 |
|
| 16 |
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|
|
|
|
| 10 |
ggExtra \
|
| 11 |
shinythemes \
|
| 12 |
highcharter
|
|
|
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|