Selaa lähdekoodia

Merge branch 'main' of ssh://github.com/OliveTin/OliveTin

jamesread 4 vuotta sitten
vanhempi
commit
f82a6ba679
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM fedora
 
-RUN useradd -rm olivetin
+RUN useradd -rm olivetin -u 1000 -g 1000
 
 RUN mkdir -p /config /var/www/olivetin/ && \
     dnf install -y \