From 81577f27fd5607f0f07092b1f36acc3ae85980eb Mon Sep 17 00:00:00 2001 From: FrancescoFdd5 Date: Wed, 8 Jan 2020 16:44:56 +0100 Subject: [PATCH] Updated Docker Installation (textile) --- Docker-Installation.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-Installation.textile b/Docker-Installation.textile index 6858495..dbad1b4 100644 --- a/Docker-Installation.textile +++ b/Docker-Installation.textile @@ -45,7 +45,7 @@ Update Webvirtcloud
docker exec -it  /bin/bash
# Run followed commands
cd /srv/webvirtcloud
-sudo source venv/bin/activate
+source venv/bin/activate
 git pull
 pip install -U -r conf/requirements.txt 
 python manage.py migrate