Get rid of our internal "build system" and switch to a CI-buildable Dockerfile instead.

This commit is contained in:
Simo Kinnunen
2015-07-01 18:44:31 +09:00
parent f726c0a614
commit 775bffe4a9
19 changed files with 43 additions and 367 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
*.mo
*.tgz
.DS_Store
.env
.git/
.idea/
Dockerfile
node_modules/
npm-debug.log
res/bower_components/
res/build/
rethinkdb_data/
temp/
tmp/