fix: use correct path to dockerfile
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: ${MIGRATOR_CONTAINER_NAME:-kan-migrate}
|
container_name: ${MIGRATOR_CONTAINER_NAME:-kan-migrate}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./apps/web/Dockerfile
|
dockerfile: apps/web/Dockerfile
|
||||||
target: migrate
|
target: migrate
|
||||||
networks:
|
networks:
|
||||||
- dokploy-network
|
- dokploy-network
|
||||||
|
|||||||
Reference in New Issue
Block a user