push node module 'caus lazy
ingnore node_modules, dont't be stupid
This commit is contained in:
6
back/Dockerfile
Normal file
6
back/Dockerfile
Normal 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" ]
|
||||
Reference in New Issue
Block a user