From: stark, steven Date: Thu, 31 May 2018 23:49:39 +0000 (-0700) Subject: [VVP] VVP DevKit elignment for onap X-Git-Tag: 2.0.0-ONAP~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b05a66c244ecacab2146f307ac0386bbbae99a9a;p=vvp%2Fengagementmgr.git [VVP] VVP DevKit elignment for onap Change-Id: I468a0eaf1ffda51b3d005e9a65e9291a1159d27f Issue-ID: VVP-60 Signed-off-by: stark, steven --- diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 9bf7087..b840161 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -62,7 +62,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