Skip to content

Commit

Permalink
fix permission on patched code
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Brown committed Oct 15, 2019
1 parent 8084b3a commit 6194f96
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 6194f96

Please sign in to comment.