Skip to content

Commit eb072b6

Browse files
committed
Added index.html to manifest and update service description.
1 parent 3b25bb3 commit eb072b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const manifest = [
22
'package-lock.json',
33
'index.js',
4+
'index.html'
45
];
56

67
const dist = 'dist';

marathon-service-description.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"id": "/web-api",
2+
"id": "/website",
33
"args": [
44
"-u",
5-
"https://github.com/mesos-playground/webapi/releases/download/2017.09.16-1/webapi.tgz"
5+
"https://github.com/mesos-playground/webapi/releases/download/2017.09.17-1/webapi.tgz"
66
],
77
"instances": 3,
88
"cpus": 0.1,
@@ -29,7 +29,7 @@
2929
"protocol": "tcp",
3030
"name": "web",
3131
"labels": {
32-
"VIP_0": "/web-api:3000"
32+
"VIP_0": "/website:3000"
3333
}
3434
}
3535
],

0 commit comments

Comments
 (0)