Skip to content

Commit

Permalink
fix(dev-docker): set right context for frontend dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
szalai1 committed Sep 9, 2022
1 parent 083ab9b commit af65962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ services:
datahub-frontend-react:
image: linkedin/datahub-frontend-react:debug
build:
context: datahub-frontend
dockerfile: Dockerfile
context: ../
dockerfile: docker/datahub-frontend/Dockerfile
args:
APP_ENV: dev
volumes:
Expand Down

0 comments on commit af65962

Please sign in to comment.