mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-08-03 01:08:42 +02:00
Update dockerfile to use UV
Change backend context from . to ./backend in docker-compose. This is necessary for copying the pyproject.toml and uv.lock files from project root level
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: ./backend
|
||||
context: .
|
||||
dockerfile: ./backend/Dockerfile
|
||||
container_name: shadowbroker-backend
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
||||
Reference in New Issue
Block a user