fix: use correct context

This commit is contained in:
Henry
2026-02-19 13:17:49 +00:00
parent c9c3365c0a
commit 3bf132286b

View File

@@ -3,7 +3,7 @@ services:
image: ghcr.io/kanbn/kan-migrate:latest
container_name: ${MIGRATOR_CONTAINER_NAME:-kan-migrate}
build:
context: .
context: ..
dockerfile: apps/web/Dockerfile
target: migrate
networks:
@@ -22,6 +22,7 @@ services:
build:
context: ..
dockerfile: apps/web/Dockerfile
target: web
args:
APP_VERSION: ${APP_VERSION:-}
env_file: