move to dot file

This commit is contained in:
Ric Harvey
2017-01-03 16:03:50 +00:00
parent 9928a226ba
commit b03263c16b

View File

@@ -1,14 +0,0 @@
language: python
python:
- 2.7
services:
- docker
install:
- docker build -t blog .
- docker run -d -p 127.0.0.1:80:80 --name blog blog
script:
- docker ps | grep -q blog
- curl 127.0.0.1