mirror of
https://github.com/Budibase/budibase.git
synced 2026-09-01 15:11:45 +08:00
fix: double quotes on python exec
This commit is contained in:
@@ -104,9 +104,7 @@ services:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"python",
|
||||
"-c",
|
||||
"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')",
|
||||
"python -c \"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')\"",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
||||
@@ -81,9 +81,7 @@ services:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"python",
|
||||
"-c",
|
||||
"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')",
|
||||
"python -c \"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')\"",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
||||
@@ -138,9 +138,7 @@ services:
|
||||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"python",
|
||||
"-c",
|
||||
"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')",
|
||||
"python -c \"import urllib.request; urllib.request.urlopen('http://localhost:4000/health/liveliness')\"",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
||||
Reference in New Issue
Block a user