standalone
Simon Caminada 8 years ago
parent 96cf1f0926
commit e832e69830

3
.gitignore vendored

@ -28,4 +28,5 @@ Thumbs.db
/static/img/
/static/animation/
/whoosh/
/.idea
/.idea
/requirements.txt

@ -40,7 +40,8 @@ ENV PIP_INDEX_URL=${PIP_INDEX_URL:-https://wheels.aldryn.net/v1/aldryn-extras+py
WHEELSPROXY_URL=${WHEELSPROXY_URL:-https://wheels.aldryn.net/v1/aldryn-extras+pypi/${WHEELS_PLATFORM:-aldryn-baseproject-py3}/}
COPY requirements.* /app/
COPY addons-dev /app/addons-dev/
RUN pip-reqs resolve && \
RUN pip-reqs compile && \
pip-reqs resolve && \
pip install \
--no-index --no-deps \
--requirement requirements.urls

Loading…
Cancel
Save