Cat for testing if the file is really not correctly created

This commit is contained in:
Alexander Trost
2015-10-05 16:20:50 +02:00
parent d8f24c0f14
commit b134d17056

View File

@@ -26,6 +26,7 @@ RUN chmod 755 /entrypoint.sh && \
git checkout tags/"$ZULIP_VERSION" && \
mkdir -p /etc/zulip && \
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/setup/generate_secrets.py && \
cp -a /root/zulip/zproject/local_settings_template.py /etc/zulip/settings.py && \