Skip to content

Commit cc118ce

Browse files
committed
api: editable installs in Dockerfile
1 parent b71e673 commit cc118ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

mpcontribs-api/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ COPY mpcontribs mpcontribs
1212
RUN 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 .
2022
RUN 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 \

0 commit comments

Comments
 (0)