Commit f43af0e6 by Oleg Gaidarenko Committed by GitHub

Build: specify build flag for `docker-compose up` (#17411)

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)
parent 96ba32d0
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment