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 2a6023d commit 40f027fCopy full SHA for 40f027f
Dockerfile
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
39
ARG CUSTOM_CA_CERTIFICATES
40
41
# Finally, we provision the development environment and build a release tarball
42
-RUN ./tools/provision --production-travis
+RUN ./tools/provision --build-release-tarball-only
43
RUN . /srv/zulip-py3-venv/bin/activate && \
44
./tools/build-release-tarball docker && \
45
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
0 commit comments