mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-03 05:23:40 +00:00
Remove the original puppet/zulip/mainfests folder and move the custom one in.
This commit is contained in:
@@ -18,6 +18,7 @@ RUN wget -q -O /root/zulip-ppa.asc https://zulip.com/dist/keys/zulip-ppa.asc &&
|
||||
cd /root/zulip && \
|
||||
git clone https://github.com/zulip/zulip.git . && \
|
||||
git checkout "$ZULIP_VERSION" && \
|
||||
rm -rf /root/zulip/puppet/zulip/manifests && \
|
||||
mv -f /root/puppet-zulip /root/zulip/puppet/zulip && \
|
||||
/root/zulip/scripts/zulip-puppet-apply -f && \
|
||||
cp -fa /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py && \
|
||||
|
||||
Reference in New Issue
Block a user