mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-01 04:23:41 +00:00
provision: Replace --production-travis with --build-release-tarball-only.
--production-travis was renamed to --build-release-tarball-only, both in master and in the 2.1.5 release. Fixes #256.
This commit is contained in:
@@ -39,7 +39,7 @@ WORKDIR /home/zulip/zulip
|
||||
ARG CUSTOM_CA_CERTIFICATES
|
||||
|
||||
# Finally, we provision the development environment and build a release tarball
|
||||
RUN ./tools/provision --production-travis
|
||||
RUN ./tools/provision --build-release-tarball-only
|
||||
RUN . /srv/zulip-py3-venv/bin/activate && \
|
||||
./tools/build-release-tarball docker && \
|
||||
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user