Skip to content

Commit aa4d61b

Browse files
committed
Fix: appmotion-gateway venv sourceing missing
1 parent 84ae0f8 commit aa4d61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/appmotion_gateway/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ up-local: .init .env ${TEMP_COMPOSE}-local ${DOCKER_STACK_DEPLOY_COMMON_DEPENDEN
3131

3232
# Helpers -------------------------------------------------
3333

34-
docker-compose.yml: .env .api_env.secret
34+
docker-compose.yml: .env .api_env.secret venv
3535
@$(call jinja, docker-compose.yml.j2, .env, docker-compose.yml.unlinted) && \
3636
$(_yq) docker-compose.yml.unlinted > docker-compose.yml; \
3737
rm docker-compose.yml.unlinted >/dev/null 2>&1;

0 commit comments

Comments
 (0)