Skip to content

Commit

Permalink
Merge pull request #23 from duncan-brown/mailman_perms
Browse files Browse the repository at this point in the history
Fix permission on patched code
  • Loading branch information
skoranda authored and GitHub committed Nov 11, 2019
2 parents c6ca8f9 + 6194f96 commit a23a0a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comanage-registry-mailman/core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ ENV MAILMAN_CONFIG_FILE /etc/mailman.cfg
# are accepted upstream.
COPY addresses.py /usr/local/lib/python3.6/site-packages/mailman/rest/addresses.py
COPY users.py /usr/local/lib/python3.6/site-packages/mailman/rest/users.py
RUN chmod 644 /usr/local/lib/python3.6/site-packages/mailman/rest/addresses.py /usr/local/lib/python3.6/site-packages/mailman/rest/users.py

ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["master", "--force"]

0 comments on commit a23a0a5

Please sign in to comment.