Fix-up for CI (#26)

* Update path.

* Add hint to label.

* Add shipable config.

* Move.

* Add docker integration.

* Not needed.

* Specify host.

* Tag image.

* add push

* Try Travis.

* Fix dockerfile.

* Update.

* Use generic language.

* Only push when master.
This commit is contained in:
Drew Larson
2017-01-23 19:44:49 -06:00
committed by GitHub
parent 2815f2b035
commit 65e71becf4
3 changed files with 11 additions and 17 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ RUN mkdir /code
WORKDIR /code
RUN mkdir requirements
ADD bikeshop_project /code
ADD requirements /code/requirements/base.txt
ADD requirements /code/requirements/production.txt
ADD requirements/base.txt /code/requirements/base.txt
ADD requirements/production.txt /code/requirements/production.txt
RUN pip install -r requirements/production.txt
RUN npm cache clean
ADD ./bikeshop_project/bower.json bower.json