mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-17 20:41:33 +00:00
Cat for testing if the file is really not correctly created
This commit is contained in:
@@ -26,6 +26,7 @@ RUN chmod 755 /entrypoint.sh && \
|
|||||||
git checkout tags/"$ZULIP_VERSION" && \
|
git checkout tags/"$ZULIP_VERSION" && \
|
||||||
mkdir -p /etc/zulip && \
|
mkdir -p /etc/zulip && \
|
||||||
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf && \
|
echo -e "[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager" > /etc/zulip/zulip.conf && \
|
||||||
|
cat /etc/zulip/zulip.conf && \
|
||||||
/root/zulip/scripts/zulip-puppet-apply -f -m "/root/zulip/puppet/docker" && \
|
/root/zulip/scripts/zulip-puppet-apply -f -m "/root/zulip/puppet/docker" && \
|
||||||
/root/zulip/scripts/setup/generate_secrets.py && \
|
/root/zulip/scripts/setup/generate_secrets.py && \
|
||||||
cp -a /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py && \
|
cp -a /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py && \
|
||||||
|
|||||||
Reference in New Issue
Block a user