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

remove env var as shiny-server filter them out

parent 9d32dc41
No related branches found
No related tags found
No related merge requests found
Pipeline #111282 canceled
...@@ -58,6 +58,3 @@ RUN chown shiny:shiny /var/lib/shiny-server \ ...@@ -58,6 +58,3 @@ RUN chown shiny:shiny /var/lib/shiny-server \
&& chown shiny:shiny /var/log/shiny-server \ && chown shiny:shiny /var/log/shiny-server \
&& mkdir -p /srv/shiny-server/www \ && mkdir -p /srv/shiny-server/www \
&& chown shiny:shiny /srv/shiny-server/www && chown shiny:shiny /srv/shiny-server/www
# When a lib uses QT (such as ETE3), it can fail to load as there is no X11
ENV QT_QPA_PLATFORM=offscreen
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment