Code Review
/
vvp
/
cms.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7cab7b3
)
[VVP] VVP DevKit elignment for onap
99/49899/1
author
stark, steven
<ss820f@att.com>
Thu, 31 May 2018 23:51:11 +0000
(16:51 -0700)
committer
stark, 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
patch
|
blob
|
history
diff --git
a/docker-entrypoint.sh
b/docker-entrypoint.sh
index
75aa5c7
..
27a3e9b
100755
(executable)
--- 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