From 11c5f8c758049a8462f7df0e1db0859dd530d838 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 27 Aug 2021 20:45:44 +0200 Subject: [PATCH] Update Dockerfile --- joplin/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 179e48e60..1747e2329 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -7,9 +7,7 @@ COPY rootfs / ARG BASHIO_VERSION=0.13.1 -ARG user=joplin -RUN useradd --create-home --shell /bin/bash $user -USER $user +USER joplin RUN \ ################ # Install apps #