feat: remove deployment step from Docker workflow and add nixpacks configuration
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[phases.install]
|
||||
cmds = ["pip install -r requirements.txt"]
|
||||
|
||||
[phases.test]
|
||||
dependsOn = ["install"]
|
||||
cmds = ["pytest --maxfail=1 --disable-warnings -q"]
|
||||
|
||||
[start]
|
||||
cmd = "python main.py"
|
||||
|
||||
[variables]
|
||||
PORT = "8420"
|
||||
Reference in New Issue
Block a user