Skip to content
Snippets Groups Projects
Commit 435f10a2 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

set SHINY_LOG_STDERR=1

parent 3a4ec4a2
Branches
No related tags found
No related merge requests found
Pipeline #106747 canceled
...@@ -3,6 +3,7 @@ FROM ${DOCKER_HUB_MIRROR}ubuntu:focal ...@@ -3,6 +3,7 @@ FROM ${DOCKER_HUB_MIRROR}ubuntu:focal
# define geographic location during R installation # define geographic location during R installation
ENV TZ=Etc/UTC ENV TZ=Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
ENV SHINY_LOG_STDERR=1
EXPOSE 3838 EXPOSE 3838
CMD ["shiny-server"] CMD ["shiny-server"]
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment