We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1b26e commit 7c321a2Copy full SHA for 7c321a2
1 file changed
nixpacks.toml
@@ -4,10 +4,11 @@ nixPkgs = ["python312Full"]
4
# Use the default Python install behavior but ensure we use the right requirements file
5
[phases.install]
6
cmds = [
7
- "pip install --upgrade pip",
8
- "pip install -r requirements.txt"
+ "python -m pip install --upgrade pip",
+ "python -m pip install -r backend/requirements.txt"
9
]
10
11
+
12
[phases.build]
13
14
"echo 'Build phase: Copying backend files'",
0 commit comments