Fix docker-compose paths for submodule structure
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
# FastAPI Backend
|
||||
backend:
|
||||
build:
|
||||
context: ./HarborForge.Backend
|
||||
context: ./HarborForge.Backend/backend
|
||||
dockerfile: Dockerfile
|
||||
container_name: harborforge-backend
|
||||
restart: unless-stopped
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
networks:
|
||||
- harborforge
|
||||
volumes:
|
||||
- ./HarborForge.Backend:/app
|
||||
- ./HarborForge.Backend/backend:/app
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
||||
Reference in New Issue
Block a user