Skip to content

Commit d667ff3

Browse files
author
Daniel Schmidt
committed
DP-706: Fix FOP permissions by creating app user homedir
1 parent 1ba8160 commit d667ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN apt-get update && \
2929
unzip && \
3030
rm -rf /var/lib/apt/lists/* && \
3131
groupadd -g "$ARCHIVESSPACE_USER_GID" archivesspace && \
32-
useradd -M -u "$ARCHIVESSPACE_USER_UID" -g archivesspace archivesspace
32+
useradd -m -u "$ARCHIVESSPACE_USER_UID" -g archivesspace archivesspace
3333

3434
# ============================================================
3535
# Install ArchivesSpace

0 commit comments

Comments
 (0)