orztv
commited on
Commit
·
b79631b
1
Parent(s):
4564c64
update
Browse files- services.json +1 -1
services.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
},
|
13 |
{
|
14 |
"name": "node-service",
|
15 |
-
"command": "npx http-server",
|
16 |
"port": 8001,
|
17 |
"path_prefix": "/node",
|
18 |
"health_check_path": "/",
|
|
|
12 |
},
|
13 |
{
|
14 |
"name": "node-service",
|
15 |
+
"command": "npx http-server -p",
|
16 |
"port": 8001,
|
17 |
"path_prefix": "/node",
|
18 |
"health_check_path": "/",
|