Skip to content

Commit

Permalink
fix: match UID in Dockerfile with user uid in servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Cervello authored Oct 7, 2021
2 parents ecc8539 + f370364 commit 2182532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ RUN set -x \
incron

# Run www-data user as host user 'off'
ARG WWW_DATA_HOST_USER=1001
ARG WWW_DATA_HOST_USER=1000
RUN usermod -u $WWW_DATA_HOST_USER www-data

# Stage for installing/compiling cpanfile dependencies
Expand Down

0 comments on commit 2182532

Please sign in to comment.