parent
68d26aed66
commit
b35d0d670d
12 changed files with 70 additions and 67 deletions
@ -1,10 +0,0 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
python src/manage.py loaddata src/myauth/fixtures/myauth.json |
||||
python src/manage.py loaddata src/commons/fixtures/cms.json |
||||
python src/manage.py loaddata src/commons/fixtures/djangocms_text_ckeditor.json |
||||
python src/manage.py loaddata src/commons/fixtures/sites.json |
||||
python src/manage.py loaddata src/customer/fixtures/price.json |
||||
python src/manage.py loaddata src/docs/fixtures/country.json |
||||
python src/manage.py loaddata src/docs/fixtures/currency.json |
||||
python src/manage.py loaddata src/docs/fixtures/measure.json |
||||
@ -1,8 +0,0 @@ |
||||
FROM python:3.6 |
||||
ENV PYTHONUNBUFFERED 1 |
||||
RUN mkdir -p /code/public/ |
||||
WORKDIR /code |
||||
COPY requirements /code/requirements |
||||
RUN apt-get update && apt-get -y install ghostscript && apt-get clean |
||||
RUN pip install --upgrade pip && pip install -r requirements/production.txt |
||||
ADD . /code/ |
||||
Loading…
Reference in new issue