Skip to content

Commit e6a1f60

Browse files
Update config.json
1 parent 0623ddb commit e6a1f60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"containerPort": 8000,
88
"environment": {},
99
"nginx": [],
10-
"build": true
10+
"build": false
1111
},
1212
{
1313
"serviceName": "word_score",
@@ -16,7 +16,7 @@
1616
"containerPort": 8000,
1717
"environment": {},
1818
"nginx": [],
19-
"build": true
19+
"build": false
2020
},
2121
{
2222
"serviceName": "spell_check",
@@ -35,7 +35,7 @@
3535
"environment": {},
3636
"nginx": [],
3737
"constraints": ["node.role==worker"],
38-
"build": false
38+
"build": true
3939
},
4040
{
4141
"serviceName": "text_translation_azure_dict",

0 commit comments

Comments
 (0)