Skip to content

Commit

Permalink
docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Nov 14, 2018
1 parent 21ca6ce commit 9725819
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
COPY . .

ENV NODE_ENV=production
RUN npm install && npm run webpack && pip install -e . && \
RUN npm run webpack && pip install -e . && \
python manage.py makemigrations webtzite && \
python manage.py migrate && python manage.py clearsessions && \
python manage.py django_cas_ng_clean_sessions
Expand Down
9 changes: 8 additions & 1 deletion docker/mpcontribs-build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ asn1crypto==0.24.0
astroid==1.6.5
atomicwrites==1.2.1
attrs==18.2.0
awscli==1.16.53
Babel==2.6.0
backports-abc==0.5
backports.functools-lru-cache==1.5
Expand All @@ -17,13 +18,14 @@ billiard==3.5.0.4
bleach==2.1.3
boto==2.49.0
boto3==1.9.41
botocore==1.12.41
botocore==1.12.43
celery==4.2.0
certifi==2018.4.16
cffi==1.11.5
chardet==3.0.4
click==6.7
codacy-coverage==1.3.11
colorama==0.3.9
configparser==3.5.0
coverage==4.0.3
coveralls==1.5.1
Expand All @@ -38,12 +40,14 @@ decorator==4.3.0
Django==1.8.5
django-browserid==2.0.2
django-cas-ng==3.5.9
django-cors-headers==2.4.0
django-extensions==2.1.0
django-fab-deploy==0.7.5
django-nopassword==3.0.2
django-pipeline==1.6.14
django-require==1.0.11
django-require-s3==1.0.0
django-storages==1.7.1
django-webpack-loader==0.6.0
dnspython==1.15.0
docopt==0.6.2
Expand Down Expand Up @@ -93,6 +97,7 @@ nbconvert==5.3.1
nbformat==4.4.0
nose==1.3.7
notebook==5.5.0
numexpr==2.6.8
numpy==1.15.1
packaging==17.1
palettable==3.1.1
Expand Down Expand Up @@ -130,6 +135,7 @@ pytz==2018.5
PyYAML==3.13
pyzmq==17.0.0
requests==2.19.1
rsa==3.4.2
ruamel.ordereddict==0.4.13
ruamel.yaml==0.15.42
s3transfer==0.1.13
Expand All @@ -146,6 +152,7 @@ Sphinx==1.7.5
sphinxcontrib-websupport==1.1.0
subprocess32==3.5.2
sympy==1.2
tables==3.4.4
tabulate==0.8.2
terminado==0.8.1
testpath==0.3.1
Expand Down
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ asn1crypto==0.24.0
astroid==1.6.5
atomicwrites==1.2.1
attrs==18.2.0
awscli==1.16.53
Babel==2.6.0
backports-abc==0.5
backports.functools-lru-cache==1.5
Expand All @@ -17,13 +18,14 @@ billiard==3.5.0.4
bleach==2.1.3
boto==2.49.0
boto3==1.9.41
botocore==1.12.41
botocore==1.12.43
celery==4.2.0
certifi==2018.4.16
cffi==1.11.5
chardet==3.0.4
click==6.7
codacy-coverage==1.3.11
colorama==0.3.9
configparser==3.5.0
coverage==4.0.3
coveralls==1.5.1
Expand All @@ -38,12 +40,14 @@ decorator==4.3.0
Django==1.8.5
django-browserid==2.0.2
django-cas-ng==3.5.9
django-cors-headers==2.4.0
django-extensions==2.1.0
django-fab-deploy==0.7.5
django-nopassword==3.0.2
django-pipeline==1.6.14
django-require==1.0.11
django-require-s3==1.0.0
django-storages==1.7.1
django-webpack-loader==0.6.0
dnspython==1.15.0
docopt==0.6.2
Expand Down Expand Up @@ -93,6 +97,7 @@ nbconvert==5.3.1
nbformat==4.4.0
nose==1.3.7
notebook==5.5.0
numexpr==2.6.8
numpy==1.15.1
packaging==17.1
palettable==3.1.1
Expand Down Expand Up @@ -130,6 +135,7 @@ pytz==2018.5
PyYAML==3.13
pyzmq==17.0.0
requests==2.19.1
rsa==3.4.2
ruamel.ordereddict==0.4.13
ruamel.yaml==0.15.42
s3transfer==0.1.13
Expand All @@ -146,6 +152,7 @@ Sphinx==1.7.5
sphinxcontrib-websupport==1.1.0
subprocess32==3.5.2
sympy==1.2
tables==3.4.4
tabulate==0.8.2
terminado==0.8.1
testpath==0.3.1
Expand Down

0 comments on commit 9725819

Please sign in to comment.