Removed unnencessary dockerfile commands

pull/39/head
Piero Toffanin 2016-10-25 16:28:35 -04:00
rodzic 86855df1bb
commit 78122ecec5
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -18,6 +18,6 @@ before_install:
install:
- docker-compose up --build -d
- sleep 30
- sleep 40
script: docker-compose exec webapp python manage.py test

Wyświetl plik

@ -10,13 +10,8 @@ WORKDIR /webodm
# Install pip reqs
ADD requirements.txt /webodm/
RUN pip install --upgrade git+https://github.com/pierotofy/django-knockout
RUN pip install -r requirements.txt
# swagger_spec_validator is not up to date, fetch directly from github
# also install django-knockout
RUN pip install --upgrade git+https://github.com/Yelp/swagger_spec_validator
ADD . /webodm/
RUN git submodule init