diff update/Dockerfile @ 7:07aa4c3cddc4

redo user accounts
author drewp@bigasterisk.com
date Sun, 19 Mar 2023 17:19:47 -0700
parents a248c94091e7
children
line wrap: on
line diff
--- a/update/Dockerfile	Sun Mar 19 17:18:17 2023 -0700
+++ b/update/Dockerfile	Sun Mar 19 17:19:47 2023 -0700
@@ -9,4 +9,8 @@
 
 COPY update.sh ./
 
+RUN useradd -MN -u 501 drewp
+
+RUN useradd --no-create-home --uid 1050 photoprism
+
 CMD ["./update.sh"]
\ No newline at end of file