Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
f43af0e644
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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