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

Merge branch 'log-to-stderr' into 'main'

set SHINY_LOG_STDERR=1

See merge request hub/rshiny-k8s!16
parents 4784002d ea22c035
No related branches found
No related tags found
1 merge request!16set SHINY_LOG_STDERR=1
Pipeline #106744 failed
......@@ -3,6 +3,7 @@ FROM ${DOCKER_HUB_MIRROR}python:${PYTHON_VERSION}
# define geographic location during installation
ENV TZ=Etc/UTC
ENV DEBIAN_FRONTEND=noninteractive
ENV SHINY_LOG_STDERR=1
EXPOSE 3838
CMD ["shiny-server"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment