push node module 'caus lazy

ingnore node_modules, dont't be stupid
This commit is contained in:
Awen Lelu
2025-12-18 18:47:50 +01:00
parent 4db2049e08
commit e33771883c
40 changed files with 4151 additions and 17 deletions

6
back/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
from docker.io/library/python@sha256:6bf9e7405389a4409832f3adee8a906fbe03982449b9d8df6a323f00109476bb
run [ "pip", "install", "uv" ]
copy . /app
workdir /app
run ["uv", "sync"]
cmd [ "uv", "run", "fastapi", "run", "main.py" ]