Browse Source

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)
Oleg Gaidarenko 6 năm trước cách đây
mục cha
commit
f43af0e644
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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