File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ COPY mpcontribs mpcontribs
1212RUN pip install $PIP_FLAGS --no-deps .
1313# ENV SETUPTOOLS_SCM_PRETEND_VERSION 0.0.0
1414# COPY marshmallow-mongoengine marshmallow-mongoengine
15- # RUN cd marshmallow-mongoengine && pip install $PIP_FLAGS --no-deps .
15+ # RUN cd marshmallow-mongoengine && pip install $PIP_FLAGS --no-deps -e .
1616# COPY mimerender mimerender
17- # RUN cd mimerender && pip install $PIP_FLAGS --no-deps .
17+ # RUN cd mimerender && pip install $PIP_FLAGS --no-deps -e .
1818# COPY flask-mongorest flask-mongorest
19- # RUN cd flask-mongorest && pip install $PIP_FLAGS --no-deps .
19+ # RUN cd flask-mongorest && pip install $PIP_FLAGS --no-deps -e .
20+ # COPY AtlasQ AtlasQ
21+ # RUN cd AtlasQ && pip install $PIP_FLAGS --no-deps -e .
2022RUN wget -q https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && \
2123 chmod +x wait-for-it.sh && mv wait-for-it.sh /usr/local/bin/ && \
2224 wget -q https://github.com/materialsproject/MPContribs/blob/master/mpcontribs-api/mpcontribs/api/contributions/formulae.json.gz?raw=true \
You can’t perform that action at this time.
0 commit comments