]> git.r.bdr.sh - rbdr/dasein/commit
Initial Setup (#1)
authorRubén Beltrán del Río <redacted>
Tue, 13 Dec 2016 06:24:01 +0000 (00:24 -0600)
committerGitHub <redacted>
Tue, 13 Dec 2016 06:24:01 +0000 (00:24 -0600)
commitcc69fef4b7e1587a91a0603d4bd1a46d0b133dd5
treea17bcd2bcda531ff4775ea3ce9133d770a0f4357
parent7eb26514c478cfa06a797e9d63a29ef6a6d16d59
Initial Setup (#1)

* Add basic files

* Add eslint file

* Add docker files

* Update readme

* Add circle CI Config

* Use actual test ci command

* Don't build on test_ci

* Add a dockerignore file

* Install newer version of docker compose

* Install newer docker on circle CI

* Restore docker services

* Use docker run to propagate exit status

* Copy package.json into docker

* Push image on success

* Push develop/master to dockerhub

* Add travis file since circle env is odd

* Remove circle ci config

* Account for http style origins

* Add docker build command to travis

* Add contributing text

* Add the changelog
14 files changed:
.dockerignore [new file with mode: 0644]
.eslintrc [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md
bin/dasein.js [new file with mode: 0755]
docker-compose.yml [new file with mode: 0644]
lib/dasein.js [new file with mode: 0644]
package.json [new file with mode: 0644]
test/docker-compose-ci.yml [new file with mode: 0644]
yarn.lock [new file with mode: 0644]