fix(dev.sh): Add context to kafka-setup build (#7234)

This commit is contained in:
Peter Szalai 2023-02-03 13:15:42 +01:00 committed by GitHub
parent aa4c6fcc05
commit 0a43d250d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -103,7 +103,8 @@ services:
kafka-setup: kafka-setup:
build: build:
context: kafka-setup dockerfile: ./docker/kafka-setup/Dockerfile
context: ../
image: ${DATAHUB_KAFKA_SETUP_IMAGE:-linkedin/datahub-kafka-setup}:${DATAHUB_VERSION:-head} image: ${DATAHUB_KAFKA_SETUP_IMAGE:-linkedin/datahub-kafka-setup}:${DATAHUB_VERSION:-head}
env_file: kafka-setup/env/docker.env env_file: kafka-setup/env/docker.env
hostname: kafka-setup hostname: kafka-setup

View File

@ -119,7 +119,8 @@ services:
# explicitly wait for this container # explicitly wait for this container
kafka-setup: kafka-setup:
build: build:
context: kafka-setup dockerfile: ./docker/kafka-setup/Dockerfile
context: ../
image: ${DATAHUB_KAFKA_SETUP_IMAGE:-linkedin/datahub-kafka-setup}:${DATAHUB_VERSION:-head} image: ${DATAHUB_KAFKA_SETUP_IMAGE:-linkedin/datahub-kafka-setup}:${DATAHUB_VERSION:-head}
env_file: kafka-setup/env/docker.env env_file: kafka-setup/env/docker.env
hostname: kafka-setup hostname: kafka-setup