We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1bbeff commit 1db18eaCopy full SHA for 1db18ea
1 file changed
Dockerfile
@@ -27,8 +27,8 @@ RUN installr -d \
27
-a "openssl libarrow_dataset libarrow" arrow@19.0.1.1
28
29
30
-# Make Shiny listen on 3838, 0.0.0.0 by default
31
-RUN printf "\noptions(shiny.port=3838, shiny.host='0.0.0.0')\n" \
+# Make Shiny listen on 6868, 0.0.0.0 by default
+RUN printf "\noptions(shiny.port=6868, shiny.host='0.0.0.0')\n" \
32
>> /usr/local/lib/R/etc/Rprofile.site
33
34
@@ -49,7 +49,7 @@ COPY tools/ReViewCNV.R ./app.R
49
50
51
# Expose the Shiny port
52
-EXPOSE 3838
+EXPOSE 6868
53
54
55
# Create non-root user (Alpine BusyBox tools)
0 commit comments