Code Review
/
vvp
/
engagementmgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
aff13ba
)
[VVP] VVP DevKit elignment for onap
97/49897/1
author
stark, steven
<ss820f@att.com>
Thu, 31 May 2018 23:49:39 +0000
(16:49 -0700)
committer
stark, steven
<ss820f@att.com>
Thu, 31 May 2018 23:49:39 +0000
(16:49 -0700)
Change-Id: I468a0eaf1ffda51b3d005e9a65e9291a1159d27f
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
9bf7087
..
b840161
100755
(executable)
--- 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