annotate Dockerfile.with-settings @ 2:6fc2c741f1a6 default tip

dead code
author drewp@bigasterisk.com
date Tue, 11 Feb 2025 19:21:39 -0800
parents 96f842f12121
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 # https://hub.docker.com/r/zulip/docker-zulip/tags
drewp@bigasterisk.com
parents:
diff changeset
2 FROM zulip/docker-zulip:9.4-0
drewp@bigasterisk.com
parents:
diff changeset
3
drewp@bigasterisk.com
parents:
diff changeset
4 # this is ineffective because there's a settings_template.py that is used to rewrite this
drewp@bigasterisk.com
parents:
diff changeset
5 #COPY settings.py /etc/zulip/settings.py
drewp@bigasterisk.com
parents:
diff changeset
6
drewp@bigasterisk.com
parents:
diff changeset
7 # probably also ineffective; I didn't check
drewp@bigasterisk.com
parents:
diff changeset
8 COPY zulip-secrets.conf /etc/zulip/zulip-secrets.conf