Skip to content

Commit ce7fc05

Browse files
authored
Filestash: add config dep to docker compose target (#1021)
docker-compoes.yml makefile target requires config file to exists in order to work properly Fixes: #1018
1 parent b22da9e commit ce7fc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/filestash/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ up-local: up
4141

4242
# Helpers -------------------------------------------------
4343

44-
docker-compose.yml: docker-compose.yml.j2 .venv .env
44+
docker-compose.yml: docker-compose.yml.j2 .venv .env filestash_config.json
4545
@$(call jinja, $<, .env, $@)
4646

4747
.PHONY: ${TEMP_COMPOSE}

0 commit comments

Comments
 (0)