We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57a391 commit ee46776Copy full SHA for ee46776
Dockerfile
@@ -67,8 +67,7 @@ RUN \
67
mv zulip-server-docker zulip && \
68
cp -rf /root/custom_zulip/* /root/zulip && \
69
rm -rf /root/custom_zulip && \
70
- export PUPPET_CLASSES="zulip::dockervoyager" \
71
- DEPLOYMENT_TYPE="dockervoyager" \
+ export PUPPET_CLASSES="zulip::profile::docker" \
72
ADDITIONAL_PACKAGES="expect" && \
73
/root/zulip/scripts/setup/install --hostname="$(hostname)" --email="docker-zulip" --no-init-db && \
74
rm -f /etc/zulip/zulip-secrets.conf /etc/zulip/settings.py && \
0 commit comments