Mercurial > code > home > repos > zulip
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 |
rev | line source |
---|---|
0 | 1 # https://hub.docker.com/r/zulip/docker-zulip/tags |
2 FROM zulip/docker-zulip:9.4-0 | |
3 | |
4 # this is ineffective because there's a settings_template.py that is used to rewrite this | |
5 #COPY settings.py /etc/zulip/settings.py | |
6 | |
7 # probably also ineffective; I didn't check | |
8 COPY zulip-secrets.conf /etc/zulip/zulip-secrets.conf |