Update Dockerfile

This commit is contained in:
Alexandre
2021-08-27 20:45:44 +02:00
committed by GitHub
parent fa654d42ae
commit 11c5f8c758

View File

@@ -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 #