Sessions 5-7a: 955 tests, deployment ready
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[build]
|
||||
builder = "NIXPACKS"
|
||||
|
||||
[deploy]
|
||||
startCommand = "cd src/services/python && pip install -r requirements.txt && python app.py"
|
||||
healthcheckPath = "/health"
|
||||
healthcheckTimeout = 30
|
||||
restartPolicyType = "ON_FAILURE"
|
||||
restartPolicyMaxRetries = 3
|
||||
|
||||
[service]
|
||||
internalPort = 5001
|
||||
Reference in New Issue
Block a user