Skip to content

Commit 4d8bdb2

Browse files
committed
add scalingo conf
1 parent f2762b8 commit 4d8bdb2

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

_shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ with pkgs;
44

55
mkShell {
66
buildInputs = [
7-
python315 poetry #python
7+
python313 poetry #python
88
go-task # alternative to make
99
nodejs_24 #for the doc
1010
];

backend/.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

backend/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: web: uvicorn main:app --host 0.0.0.0 --port $PORT

0 commit comments

Comments
 (0)