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:
106f777
)
Replace uWsgi
71/48871/1
author
Areli, Fuss (af732p)
<af732p@att.com>
Thu, 24 May 2018 09:21:33 +0000
(12:21 +0300)
committer
Areli, Fuss (af732p)
<af732p@att.com>
Thu, 24 May 2018 09:21:33 +0000
(12:21 +0300)
Replace uWsgi with gunicorn
Change-Id: I6b41fafbf1961bba38b9a79676ca6dc8c56e892a
Issue-ID: VVP-60
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
5017392
..
76e5f3b
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-56,7
+56,7
@@
RUN ln -s -f /opt/configmaps/settings/__init__.py /srv/cms/settings/__init__.py;
ln -s -f /opt/configmaps/settings/storage.py /srv/cms/settings/storage.py
RUN pip install --upgrade setuptools && \
- pip install
uwsgi
&& \
+ pip install
gunicorn
&& \
pip install -r /srv/requirements.txt
#Git is required only for pulling the mezzanine api from forked project