Skip to content
Snippets Groups Projects
Commit 87434399 authored by Thomas Downes's avatar Thomas Downes Committed by GraceDB
Browse files

Rearrange documentation generation to come after pip install (which install sphinx)

parent 8bc3edc1
No related branches found
No related tags found
No related merge requests found
......@@ -48,12 +48,10 @@ RUN a2dissite 000-default.conf && \
# this line is unfortunate because "." updates for nearly any change to the
# repository and therefore docker build rarely caches the steps below
ADD . /app/gracedb_project
WORKDIR /app/gracedb_project
# Set up bower components
# install gracedb application itself
WORKDIR /app/gracedb_project
RUN bower install --allow-root
# Install Python packages
RUN pip install --upgrade setuptools wheel && \
pip install -r requirements.txt
......
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