compose.yml für dockge dazu
This commit is contained in:
21
package.json
21
package.json
@@ -1,19 +1,18 @@
|
||||
{
|
||||
"name": "laufschrift",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www >>/var/log/laufschrift.log 2>&1"
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"await-fs": "^1.0.0",
|
||||
"cookie-parser": "~1.4.3",
|
||||
"debug": "~2.6.9",
|
||||
"express": "~4.16.0",
|
||||
"http-errors": "~1.6.2",
|
||||
"moment": "^2.24.0",
|
||||
"morgan": "~1.9.0",
|
||||
"mqtt": "^2.18.8",
|
||||
"pug": "^2.0.3"
|
||||
"cookie-parser": "^1.4.7",
|
||||
"debug": "^4.4.3",
|
||||
"express": "^4.22.1",
|
||||
"http-errors": "^2.0.1",
|
||||
"moment": "^2.30.1",
|
||||
"morgan": "^1.10.1",
|
||||
"mqtt": "^5.15.0",
|
||||
"pug": "^3.0.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user