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

set SHINY_LOG_STDERR=1

parent 4784002d
Branches
No related tags found
1 merge request!16set SHINY_LOG_STDERR=1
Pipeline #106731 failed
...@@ -3,6 +3,7 @@ FROM ${DOCKER_HUB_MIRROR}python:${PYTHON_VERSION} ...@@ -3,6 +3,7 @@ FROM ${DOCKER_HUB_MIRROR}python:${PYTHON_VERSION}
# define geographic location during installation # define geographic location during 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 register or to comment