Skip to content

Commit 431933d

Browse files
mateuszmanderatimabbott
authored andcommitted
Update path used to activate venv.
Needs to be updated due to zulip/zulip@d7556b4
1 parent fd42606 commit 431933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ARG CUSTOM_CA_CERTIFICATES
3939

4040
# Finally, we provision the development environment and build a release tarball
4141
RUN SKIP_VENV_SHELL_WARNING=1 ./tools/provision --build-release-tarball-only
42-
RUN . /srv/zulip-py3-venv/bin/activate && \
42+
RUN . ./.venv/bin/activate && \
4343
./tools/build-release-tarball docker && \
4444
mv /tmp/tmp.*/zulip-server-docker.tar.gz /tmp/zulip-server-docker.tar.gz
4545

0 commit comments

Comments
 (0)