forked from TagesschuleElementa/www.tagesschule-elementa.ch
fixes
This commit is contained in:
3
.gitignore
vendored
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
|
||||
|
||||
Reference in New Issue
Block a user