Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -23,4 +23,4 @@ RUN install2.r --error \
|
|
| 23 |
# Copy the app files
|
| 24 |
COPY . .
|
| 25 |
|
| 26 |
-
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|
|
|
|
| 23 |
# Copy the app files
|
| 24 |
COPY . .
|
| 25 |
|
| 26 |
+
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=7860)"]
|