fix: use correct path to dockerfile

This commit is contained in:
Henry
2026-02-19 13:15:06 +00:00
parent 7c2937a7b7
commit c9c3365c0a

View File

@@ -4,7 +4,7 @@ services:
container_name: ${MIGRATOR_CONTAINER_NAME:-kan-migrate}
build:
context: .
dockerfile: ./apps/web/Dockerfile
dockerfile: apps/web/Dockerfile
target: migrate
networks:
- dokploy-network