Started to add docker

This commit is contained in:
E
2021-02-14 21:56:24 +00:00
parent be533def79
commit 32bdec59fe
12 changed files with 2926 additions and 124 deletions

View File

@@ -14,6 +14,7 @@ var http = require('http');
var port = normalizePort(process.env.PORT || '7000');
app.set('port', port);
console.log(port)
/**
* Create HTTP server.