starting nodejs app

This commit is contained in:
Lukas Bachschwell 2017-09-18 17:16:28 +02:00
parent 6ddac51e2b
commit 9b8f5f77a8
2 changed files with 10 additions and 0 deletions

1
Dockerfile Normal file
View File

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

9
package.json Normal file
View File

@ -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"
}