mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-06 15:03:14 +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 && \
|
cd /root/zulip && \
|
||||||
git clone https://github.com/zulip/zulip.git . && \
|
git clone https://github.com/zulip/zulip.git . && \
|
||||||
git checkout "$ZULIP_VERSION" && \
|
git checkout "$ZULIP_VERSION" && \
|
||||||
|
rm -rf /root/zulip/puppet/zulip/manifests && \
|
||||||
mv -f /root/puppet-zulip /root/zulip/puppet/zulip && \
|
mv -f /root/puppet-zulip /root/zulip/puppet/zulip && \
|
||||||
/root/zulip/scripts/zulip-puppet-apply -f && \
|
/root/zulip/scripts/zulip-puppet-apply -f && \
|
||||||
cp -fa /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py && \
|
cp -fa /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py && \
|
||||||
|
|||||||
Reference in New Issue
Block a user