Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,4 +16,4 @@ RUN install2.r --error \
|
|
16 |
|
17 |
COPY . .
|
18 |
|
19 |
-
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=
|
|
|
16 |
|
17 |
COPY . .
|
18 |
|
19 |
+
CMD ["R", "--quiet", "-e", "shiny::runApp(host='0.0.0.0', port=3838)"]
|