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 image: ghcr.io/kanbn/kan-migrate:latest
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:
@@ -22,6 +22,7 @@ services:
build: build:
context: .. context: ..
dockerfile: apps/web/Dockerfile dockerfile: apps/web/Dockerfile
target: web
args: args:
APP_VERSION: ${APP_VERSION:-} APP_VERSION: ${APP_VERSION:-}
env_file: env_file: