Remove Docker stuff for now

This commit is contained in:
Jonathan Cremin 2015-08-23 19:12:59 +01:00
parent 8d64bb5270
commit f7bd32ab21
8 changed files with 13 additions and 48 deletions

2
app.js
View file

@ -17,8 +17,6 @@ import co from 'co';
import api from './api/app';
import { ws } from './api/app';
import web from './web/app';
import { init as storageInit } from './lib/storage';
storageInit();
import debugname from 'debug';
const debug = debugname('hostr');