Mercurial > code > home > repos > zulip
diff Dockerfile.with-settings @ 0:96f842f12121
start
author | drewp@bigasterisk.com |
---|---|
date | Tue, 28 Jan 2025 23:30:02 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Dockerfile.with-settings Tue Jan 28 23:30:02 2025 -0800 @@ -0,0 +1,8 @@ +# https://hub.docker.com/r/zulip/docker-zulip/tags +FROM zulip/docker-zulip:9.4-0 + +# this is ineffective because there's a settings_template.py that is used to rewrite this +#COPY settings.py /etc/zulip/settings.py + +# probably also ineffective; I didn't check +COPY zulip-secrets.conf /etc/zulip/zulip-secrets.conf