fix: use correct context
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user