Skip to content
Snippets Groups Projects
Commit 6b97a5bc authored by Bastien Abadie's avatar Bastien Abadie
Browse files

Merge branch 'pin-gunicorn' into 'master'

Pin Gunicorn version to avoid a bug in 20.0.0

See merge request !542
parents 640fed61 e5de7165
No related branches found
No related tags found
1 merge request!542Pin Gunicorn version to avoid a bug in 20.0.0
......@@ -26,7 +26,7 @@ RUN \
# Install arkindex and its deps
# Uses a source archive instead of full local copy to speedup docker build
COPY dist/arkindex-*.tar.gz /tmp/arkindex.tar.gz
RUN pip install /tmp/arkindex.tar.gz gunicorn && rm /tmp/arkindex.tar.gz
RUN pip install /tmp/arkindex.tar.gz gunicorn==19.9 && rm /tmp/arkindex.tar.gz
# Allow access to logs
RUN mkdir -p /logs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment