Sfoglia il codice sorgente

Realized labkey has to run as root

Labkey 1 anno fa
parent
commit
37f23af2e9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      config/web/Dockerfile

+ 2 - 0
config/web/Dockerfile

@@ -26,4 +26,6 @@ RUN sudo apt-get update && sudo apt-get install -y \
 	&& sudo apt-get install -y r-base \
 	&& sudo rm -rf /var/lib/apt/lists/*
 
+USER root
+
 LABEL "name"="tomcatR"