Update Dockerfile

This commit is contained in:
Alexandre
2021-08-28 08:34:58 +02:00
committed by GitHub
parent e98bbd4fd9
commit a752fa7815

View File

@@ -28,7 +28,8 @@ RUN \
###################
# Copy root filesystem
USER joplin
ARG user=joplin
USER $user
COPY --chown=$user:$user rootfs /
RUN chmod +x /run.sh