Skip to content

Commit

Permalink
fixing docker-compose DEV_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 14, 2024
1 parent 91a738c commit 4b10be3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ services:
build:
context: .
target: superset-node
args:
# This prevents building the frontend bundle since we'll mount local folder
# and build it on startup while firing docker-frontend.sh in dev mode, where
# it'll mount and watch local files and rebuild as you update them
DEV_MODE: "true"
environment:
# set this to false if you have perf issues running the npm i; npm run dev in-docker
# if you do so, you have to run this manually on the host, which should perform better!
Expand Down

0 comments on commit 4b10be3

Please sign in to comment.