Skip to content

Commit

Permalink
Build: specify build flag for docker-compose up (grafana#17411)
Browse files Browse the repository at this point in the history
Otherwise changed data will not get refreshed to the previous
state.

Which I think is not evident (unless you are familar with docker-compose).
and therefore error-prone (at least it did for me)
  • Loading branch information
markelog committed Jun 3, 2019
1 parent 96ba32d commit f43af0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ devenv: devenv-down
(rm -rf docker-compose.yaml; exit 1)

@cd devenv; \
docker-compose up -d
docker-compose up -d --build
endif

# drop down the envs
Expand Down

0 comments on commit f43af0e

Please sign in to comment.