aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-05-31 16:51:11 -0700
committerstark, steven <ss820f@att.com>2018-05-31 16:51:11 -0700
commit793f33acb31de9a531a86f5d432a8e390a8fa805 (patch)
tree472a3ed495ff150e9c1db60da8ad6ae1d1b637aa
parent7cab7b3ac7183dd0168012a501e4161cbaecd059 (diff)
[VVP] VVP DevKit elignment for onap
Change-Id: I83fc46ce4837fc978406697c5e7426b97caac685 Issue-ID: VVP-60 Signed-off-by: stark, steven <ss820f@att.com>
-rwxr-xr-xdocker-entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 75aa5c7..27a3e9b 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -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