[VVP] VVP DevKit elignment for onap 99/49899/1
authorstark, steven <ss820f@att.com>
Thu, 31 May 2018 23:51:11 +0000 (16:51 -0700)
committerstark, steven <ss820f@att.com>
Thu, 31 May 2018 23:51:11 +0000 (16:51 -0700)
Change-Id: I83fc46ce4837fc978406697c5e7426b97caac685
Issue-ID: VVP-60
Signed-off-by: stark, steven <ss820f@att.com>
docker-entrypoint.sh

index 75aa5c7..27a3e9b 100755 (executable)
@@ -58,7 +58,7 @@ echo >&2 $0: Checking if collectstatic is needed
 if [ "$STATIC_ROOT" ]; then
        echo >&2 $0: Running collectstatic...
        mkdir -p "$STATIC_ROOT"
-       python /srv/manage.py collectstatic --no-input
+       #python /srv/manage.py collectstatic --no-input
 fi
 echo >&2 $0: Running manage.py check...
 python /srv/manage.py check