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)
This commit is contained in:
Oleg Gaidarenko
2019-06-03 21:09:29 +03:00
committed by GitHub
parent 96ba32d0c8
commit f43af0e644

View File

@ -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