starting nodejs app

Este commit está contenido en:
2017-09-18 17:16:28 +02:00
padre 6ddac51e2b
commit 9b8f5f77a8
Se han modificado 2 ficheros con 10 adiciones y 0 borrados

1
Dockerfile Archivo normal
Ver fichero

@ -0,0 +1 @@
8.5.0-alpine

9
package.json Archivo normal
Ver fichero

@ -0,0 +1,9 @@
{
"name": "valenBisiFilter",
"version": "1.0.0",
"description": "a filter to make the jsonload of the valenbici api more IOT friendly",
"main": "index.js",
"repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git",
"author": "Lukas Bachschwell",
"license": "MIT"
}